#024C29

Color #024C29 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #024C29

Tints of British Racing Green #024C29

Color information

#024C29 (or 0x024C29) is unknown color: approx British Racing Green. HEX triplet: 02, 4C and 29. RGB value is (2,76,41). Sum of RGB (Red+Green+Blue) = 2+76+41=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #024C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C29 is #FDB3D6. Grayscale: #313131. Windows color (decimal): -16626647 or 2706434. OLE color: 2706434.

HSL color Cylindrical-coordinate representation of color #024C29: hue angle of 151.62º 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 #024C29 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB27641-
CMYK0.9700.460.70
HSL151.62º94.87%15.29%-
HSV(B)151.62º97.37%29.8%-
XYZ3.015.342.97-
YUV49.88122.9893.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 76 (30.08% from 255) = 63.87%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=1.68%
G=63.87%
B=34.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal276410.9700.460.70151.6294.8715.29
Hex24C296102E46985ff
Octal21145114105610623013717
Binary1010011001010011100001010111010001101001100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024C29;
 }
 .AnyTagClassName
 {
   color: #024C29;
 }
</style>
background-color css

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

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

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

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

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

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