Html Css Color HEX #024D29 British Racing Green

📋 copy color: '#024D29'

red 2 ◦ green 77 ◦ blue 41

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

Shades of British Racing Green #024D29

Tints of British Racing Green #024D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 64.17%

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

R = 1.67%
G = 64.17%
B = 34.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#024D29 (or 0x024D29) is known color: British Racing Green. HEX triplet: 02, 4D and 29. RGB value is (2,77,41). Sum of RGB (Red+Green+Blue) = 2+77+41=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #024D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D29 is #FDB2D6. Grayscale: #323232. Windows color (decimal): -16626391 or 2706690. OLE color: 2706690.

HSL color Cylindrical-coordinate representation of color #024D29: hue angle of 151.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D29 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 41 -
CMYK 0.97 0 0.47 0.70
HSL 151.2º 0.95% 0.15% -
HSV(B) 151.2º 0.97% 0.3% -
XYZ 3.08 5.48 2.99 -
YUV 50.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 2 77 41 0.97 0 0.47 0.70 151.2 0.95 0.15
Hex 2 4D 29 61 0 2F 46 97 5F F
Octal 2 115 51 141 0 57 106 227 137 17
Binary 10 1001101 101001 1100001 0 101111 1000110 10010111 1011111 1111

Color Harmonies of #024D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D29

Black with #024D29

Text Example


Text Example

White with #024D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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