Html Css Color HEX #024412 British Racing Green

📋 copy color: '#024412'

red 2 ◦ green 68 ◦ blue 18

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

Shades of British Racing Green #024412

Tints of British Racing Green #024412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 77.27%

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

R = 2.27%
G = 77.27%
B = 20.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#024412 (or 0x024412) is known color: British Racing Green. HEX triplet: 02, 44 and 12. RGB value is (2,68,18). Sum of RGB (Red+Green+Blue) = 2+68+18=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #024412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024412 is #FDBBED. Grayscale: #2A2A2A. Windows color (decimal): -16628718 or 1197058. OLE color: 1197058.

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

Color convert

RGB 2 68 18 -
CMYK 0.97 0 0.74 0.73
HSL 134.55º 0.94% 0.14% -
HSV(B) 134.55º 0.97% 0.27% -
XYZ 2.2 4.19 1.27 -
YUV 42.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 2 68 18 0.97 0 0.74 0.73 134.55 0.94 0.14
Hex 2 44 12 61 0 4A 49 87 5E E
Octal 2 104 22 141 0 112 111 207 136 16
Binary 10 1000100 10010 1100001 0 1001010 1001001 10000111 1011110 1110

Color Harmonies of #024412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024412

Black with #024412

Text Example


Text Example

White with #024412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024412; }

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

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

background-color css

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

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

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

border-color css

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

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

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