#024214

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

Shades of British Racing Green #024214

Tints of British Racing Green #024214

Color information

#024214 (or 0x024214) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 14. RGB value is (2,66,20). Sum of RGB (Red+Green+Blue) = 2+66+20=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #024214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024214 is #FDBDEB. Grayscale: #292929. Windows color (decimal): -16629228 or 1327618. OLE color: 1327618.

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

Color convert

RGB26620-
CMYK0.9700.700.74
HSL136.88º94.12%13.33%-
HSV(B)136.88º96.97%25.88%-
XYZ2.13.961.32-
YUV41.62115.899.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 66 (26.17% from 255) = 75%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=2.27%
G=75%
B=22.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266200.9700.700.74136.8894.1213.33
Hex24214610464A895ed
Octal210224141010611221113615
Binary1010000101010011000010100011010010101000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024214; }

 p { color: rgb(2,66,20); }

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

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

 a { background-color: rgb(2,66,20); }

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

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

 span { border-color: rgb(2,66,20); }

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