Html Css Color HEX #024912 British Racing Green

📋 copy color: '#024912'

red 2 ◦ green 73 ◦ blue 18

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

Shades of British Racing Green #024912

Tints of British Racing Green #024912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 78.49%

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

R = 2.15%
G = 78.49%
B = 19.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#024912 (or 0x024912) is known color: British Racing Green. HEX triplet: 02, 49 and 12. RGB value is (2,73,18). Sum of RGB (Red+Green+Blue) = 2+73+18=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 73 (28.91% from 255 or 78.49% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 73 - color contains mainly: green. Hex color #024912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024912 is #FDB6ED. Grayscale: #2D2D2D. Windows color (decimal): -16627438 or 1198338. OLE color: 1198338.

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

Color convert

RGB 2 73 18 -
CMYK 0.97 0 0.75 0.71
HSL 133.52º 0.95% 0.15% -
HSV(B) 133.52º 0.97% 0.29% -
XYZ 2.52 4.82 1.37 -
YUV 45.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 2 73 18 0.97 0 0.75 0.71 133.52 0.95 0.15
Hex 2 49 12 61 0 4B 47 86 5F F
Octal 2 111 22 141 0 113 107 206 137 17
Binary 10 1001001 10010 1100001 0 1001011 1000111 10000110 1011111 1111

Color Harmonies of #024912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024912

Black with #024912

Text Example


Text Example

White with #024912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024912; }

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

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

background-color css

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

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

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

border-color css

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

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

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