Html Css Color HEX #024929 British Racing Green

📋 copy color: '#024929'

red 2 ◦ green 73 ◦ blue 41

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

Shades of British Racing Green #024929

Tints of British Racing Green #024929

RGB

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

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

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

R = 1.72%
G = 62.93%
B = 35.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#024929 (or 0x024929) is known color: British Racing Green. HEX triplet: 02, 49 and 29. RGB value is (2,73,41). Sum of RGB (Red+Green+Blue) = 2+73+41=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #024929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024929 is #FDB6D6. Grayscale: #303030. Windows color (decimal): -16627415 or 2705666. OLE color: 2705666.

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

Color convert

RGB 2 73 41 -
CMYK 0.97 0 0.44 0.71
HSL 152.96º 0.95% 0.15% -
HSV(B) 152.96º 0.97% 0.29% -
XYZ 2.81 4.94 2.9 -
YUV 48.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 2 73 41 0.97 0 0.44 0.71 152.96 0.95 0.15
Hex 2 49 29 61 0 2C 47 99 5F F
Octal 2 111 51 141 0 54 107 231 137 17
Binary 10 1001001 101001 1100001 0 101100 1000111 10011001 1011111 1111

Color Harmonies of #024929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024929

Black with #024929

Text Example


Text Example

White with #024929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024929; }

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

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

background-color css

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

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

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

border-color css

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

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

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