Html Css Color HEX #024029 British Racing Green

📋 copy color: '#024029'

red 2 ◦ green 64 ◦ blue 41

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

Shades of British Racing Green #024029

Tints of British Racing Green #024029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 59.81%

 BLUE value IS 41 (16.41% from 255) = 38.32%

R = 1.87%
G = 59.81%
B = 38.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#024029 (or 0x024029) is known color: British Racing Green. HEX triplet: 02, 40 and 29. RGB value is (2,64,41). Sum of RGB (Red+Green+Blue) = 2+64+41=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #024029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024029 is #FDBFD6. Grayscale: #2A2A2A. Windows color (decimal): -16629719 or 2703362. OLE color: 2703362.

HSL color Cylindrical-coordinate representation of color #024029: hue angle of 157.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024029 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 41 -
CMYK 0.97 0 0.36 0.75
HSL 157.74º 0.94% 0.13% -
HSV(B) 157.74º 0.97% 0.25% -
XYZ 2.26 3.84 2.72 -
YUV 42.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 2 64 41 0.97 0 0.36 0.75 157.74 0.94 0.13
Hex 2 40 29 61 0 24 4B 9E 5E D
Octal 2 100 51 141 0 44 113 236 136 15
Binary 10 1000000 101001 1100001 0 100100 1001011 10011110 1011110 1101

Color Harmonies of #024029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024029

Black with #024029

Text Example


Text Example

White with #024029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024029; }

 p { color: rgb(2,64,41); }

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

background-color css

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

 a { background-color: rgb(2,64,41); }

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

border-color css

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

 span { border-color: rgb(2,64,41); }

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