Html Css Color HEX #024214 British Racing Green

📋 copy color: '#024214'

red 2 ◦ green 66 ◦ blue 20

#024214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #024214

Tints of British Racing Green #024214

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.2% from 255) = 22.73%

R = 2.27%
G = 75%
B = 22.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#024214 (or 0x024214) is known color: 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

RGB 2 66 20 -
CMYK 0.97 0 0.70 0.74
HSL 136.88º 0.94% 0.13% -
HSV(B) 136.88º 0.97% 0.26% -
XYZ 2.1 3.96 1.32 -
YUV 41.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 2 66 20 0.97 0 0.70 0.74 136.88 0.94 0.13
Hex 2 42 14 61 0 46 4A 89 5E D
Octal 2 102 24 141 0 106 112 211 136 15
Binary 10 1000010 10100 1100001 0 1000110 1001010 10001001 1011110 1101

Color Harmonies of #024214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024214

Black with #024214

Text Example


Text Example

White with #024214

Text Example


Text Example

HTML Codes & Css Web 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>