Html Css Color HEX #024212 British Racing Green

📋 copy color: '#024212'

red 2 ◦ green 66 ◦ blue 18

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

Shades of British Racing Green #024212

Tints of British Racing Green #024212

RGB

 RED value IS 2 (1.17% from 255) = 2.33%

 GREEN value IS 66 (26.17% from 255) = 76.74%

 BLUE value IS 18 (7.42% from 255) = 20.93%

R = 2.33%
G = 76.74%
B = 20.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#024212 (or 0x024212) is known color: British Racing Green. HEX triplet: 02, 42 and 12. RGB value is (2,66,18). Sum of RGB (Red+Green+Blue) = 2+66+18=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #024212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024212 is #FDBDED. Grayscale: #292929. Windows color (decimal): -16629230 or 1196546. OLE color: 1196546.

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

Color convert

RGB 2 66 18 -
CMYK 0.97 0 0.73 0.74
HSL 135º 0.94% 0.13% -
HSV(B) 135º 0.97% 0.26% -
XYZ 2.08 3.95 1.23 -
YUV 41.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 2 66 18 0.97 0 0.73 0.74 135 0.94 0.13
Hex 2 42 12 61 0 49 4A 87 5E D
Octal 2 102 22 141 0 111 112 207 136 15
Binary 10 1000010 10010 1100001 0 1001001 1001010 10000111 1011110 1101

Color Harmonies of #024212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024212

Black with #024212

Text Example


Text Example

White with #024212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024212; }

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

 H1.HeaderClassName
 {
   color: #024212;
 }
 .AnyTagClassName
 {
   color: #024212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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