#024029

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

Shades of British Racing Green #024029

Tints of British Racing Green #024029

Color information

#024029 (or 0x024029) is unknown color: approx 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

RGB26441-
CMYK0.9700.360.75
HSL157.74º93.94%12.94%-
HSV(B)157.74º96.88%25.1%-
XYZ2.263.842.72-
YUV42.84126.9698.87-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264410.9700.360.75157.7493.9412.94
Hex24029610244B9e5ed
Octal21005114104411323613615
Binary1010000001010011100001010010010010111001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>