#024118

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

Shades of British Racing Green #024118

Tints of British Racing Green #024118

Color information

#024118 (or 0x024118) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 18. RGB value is (2,65,24). Sum of RGB (Red+Green+Blue) = 2+65+24=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #024118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024118 is #FDBEE7. Grayscale: #292929. Windows color (decimal): -16629480 or 1589506. OLE color: 1589506.

HSL color Cylindrical-coordinate representation of color #024118: hue angle of 140.95º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024118 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB26524-
CMYK0.9700.630.75
HSL140.95º94.03%13.14%-
HSV(B)140.95º96.92%25.49%-
XYZ2.083.861.5-
YUV41.49118.1399.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 65 (25.78% from 255) = 71.43%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=2.20%
G=71.43%
B=26.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265240.9700.630.75140.9594.0313.14
Hex241186103F4B8d5ed
Octal21013014107711321513615
Binary101000001110001100001011111110010111000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024118; }

 p { color: rgb(2,65,24); }

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

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

 a { background-color: rgb(2,65,24); }

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

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

 span { border-color: rgb(2,65,24); }

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