Html Css Color HEX #024712 British Racing Green

📋 copy color: '#024712'

red 2 ◦ green 71 ◦ blue 18

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

Shades of British Racing Green #024712

Tints of British Racing Green #024712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 78.02%

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

R = 2.2%
G = 78.02%
B = 19.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#024712 (or 0x024712) is known color: British Racing Green. HEX triplet: 02, 47 and 12. RGB value is (2,71,18). Sum of RGB (Red+Green+Blue) = 2+71+18=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #024712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024712 is #FDB8ED. Grayscale: #2C2C2C. Windows color (decimal): -16627950 or 1197826. OLE color: 1197826.

HSL color Cylindrical-coordinate representation of color #024712: hue angle of 133.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024712 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 18 -
CMYK 0.97 0 0.75 0.72
HSL 133.91º 0.95% 0.14% -
HSV(B) 133.91º 0.97% 0.28% -
XYZ 2.39 4.56 1.33 -
YUV 44.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 2 71 18 0.97 0 0.75 0.72 133.91 0.95 0.14
Hex 2 47 12 61 0 4B 48 86 5F E
Octal 2 107 22 141 0 113 110 206 137 16
Binary 10 1000111 10010 1100001 0 1001011 1001000 10000110 1011111 1110

Color Harmonies of #024712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024712

Black with #024712

Text Example


Text Example

White with #024712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024712; }

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

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

background-color css

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

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

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

border-color css

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

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

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