#0A4023

Color #0A4023 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0A4023

Tints of British Racing Green #0A4023

Color information

#0A4023 (or 0x0A4023) is unknown color: approx British Racing Green. HEX triplet: 0A, 40 and 23. RGB value is (10,64,35). Sum of RGB (Red+Green+Blue) = 10+64+35=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4023 is #F5BFDC. Grayscale: #2C2C2C. Windows color (decimal): -16105437 or 2310154. OLE color: 2310154.

HSL color Cylindrical-coordinate representation of color #0A4023: hue angle of 147.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4023 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB106435-
CMYK0.8400.450.75
HSL147.78º72.97%14.51%-
HSV(B)147.78º84.38%25.1%-
XYZ2.263.852.21-
YUV44.55122.61103.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 9.17%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=9.17%
G=58.72%
B=32.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064350.8400.450.75147.7872.9714.51
HexA40235402D4B9449f
Octal121004312405511322411117
Binary101010000001000111010100010110110010111001010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4023; }

 p { color: rgb(10,64,35); }

 H1.HeaderClassName
 {
   color: #0A4023;
 }
 .AnyTagClassName
 {
   color: #0A4023;
 }
</style>
background-color css

<style>
 a { background-color: #0A4023; }

 a { background-color: rgb(10,64,35); }

 div.DivClassName
 {
   background-color: #0A4023;
 }
 .BgClassName
 {
   background-color: #0A4023;
 }
</style>
border-color css

<style>
 span { border-color: #0A4023; }

 span { border-color: rgb(10,64,35); }

 td.TdClassName
 {
   border-color: #0A4023;
 }
 .TagClassName
 {
   border-color: #0A4023;
 }
</style>