#024018

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

Shades of British Racing Green #024018

Tints of British Racing Green #024018

Color information

#024018 (or 0x024018) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 18. RGB value is (2,64,24). Sum of RGB (Red+Green+Blue) = 2+64+24=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #024018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024018 is #FDBFE7. Grayscale: #292929. Windows color (decimal): -16629736 or 1589250. OLE color: 1589250.

HSL color Cylindrical-coordinate representation of color #024018: hue angle of 141.29º 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 #024018 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB26424-
CMYK0.9700.620.75
HSL141.29º93.94%12.94%-
HSV(B)141.29º96.88%25.1%-
XYZ2.023.751.48-
YUV40.9118.46100.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 64 (25.39% from 255) = 71.11%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=2.22%
G=71.11%
B=26.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264240.9700.620.75141.2993.9412.94
Hex240186103E4B8d5ed
Octal21003014107611321513615
Binary101000000110001100001011111010010111000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024018; }

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

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

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

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

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

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

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

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