#024012

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

Shades of British Racing Green #024012

Tints of British Racing Green #024012

Color information

#024012 (or 0x024012) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 12. RGB value is (2,64,18). Sum of RGB (Red+Green+Blue) = 2+64+18=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #024012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024012 is #FDBFED. Grayscale: #282828. Windows color (decimal): -16629742 or 1196034. OLE color: 1196034.

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

Color convert

RGB26418-
CMYK0.9700.720.75
HSL135.48º93.94%12.94%-
HSV(B)135.48º96.88%25.1%-
XYZ1.973.721.19-
YUV40.22115.46100.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 64 (25.39% from 255) = 76.19%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=2.38%
G=76.19%
B=21.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264180.9700.720.75135.4893.9412.94
Hex24012610484B875ed
Octal210022141011011320713615
Binary1010000001001011000010100100010010111000011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024012; }

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

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

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

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

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

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

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

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