Html Css Color HEX #024924 British Racing Green

📋 copy color: '#024924'

red 2 ◦ green 73 ◦ blue 36

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

Shades of British Racing Green #024924

Tints of British Racing Green #024924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 1.8%
G = 65.77%
B = 32.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#024924 (or 0x024924) is known color: British Racing Green. HEX triplet: 02, 49 and 24. RGB value is (2,73,36). Sum of RGB (Red+Green+Blue) = 2+73+36=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #024924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024924 is #FDB6DB. Grayscale: #2F2F2F. Windows color (decimal): -16627420 or 2377986. OLE color: 2377986.

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

Color convert

RGB 2 73 36 -
CMYK 0.97 0 0.51 0.71
HSL 148.73º 0.95% 0.15% -
HSV(B) 148.73º 0.97% 0.29% -
XYZ 2.73 4.91 2.47 -
YUV 47.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 2 73 36 0.97 0 0.51 0.71 148.73 0.95 0.15
Hex 2 49 24 61 0 33 47 95 5F F
Octal 2 111 44 141 0 63 107 225 137 17
Binary 10 1001001 100100 1100001 0 110011 1000111 10010101 1011111 1111

Color Harmonies of #024924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024924

Black with #024924

Text Example


Text Example

White with #024924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024924; }

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

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

background-color css

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

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

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

border-color css

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

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

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