Html Css Color HEX #024624 British Racing Green

📋 copy color: '#024624'

red 2 ◦ green 70 ◦ blue 36

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

Shades of British Racing Green #024624

Tints of British Racing Green #024624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 64.81%

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

R = 1.85%
G = 64.81%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#024624 (or 0x024624) is known color: British Racing Green. HEX triplet: 02, 46 and 24. RGB value is (2,70,36). Sum of RGB (Red+Green+Blue) = 2+70+36=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #024624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024624 is #FDB9DB. Grayscale: #2D2D2D. Windows color (decimal): -16628188 or 2377218. OLE color: 2377218.

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

Color convert

RGB 2 70 36 -
CMYK 0.97 0 0.49 0.73
HSL 150º 0.94% 0.14% -
HSV(B) 150º 0.97% 0.27% -
XYZ 2.53 4.52 2.41 -
YUV 45.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 2 70 36 0.97 0 0.49 0.73 150 0.94 0.14
Hex 2 46 24 61 0 31 49 96 5E E
Octal 2 106 44 141 0 61 111 226 136 16
Binary 10 1000110 100100 1100001 0 110001 1001001 10010110 1011110 1110

Color Harmonies of #024624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024624

Black with #024624

Text Example


Text Example

White with #024624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024624; }

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

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

background-color css

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

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

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

border-color css

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

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

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