#024D10

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

Shades of British Racing Green #024D10

Tints of British Racing Green #024D10

Color information

#024D10 (or 0x024D10) is unknown color: approx British Racing Green. HEX triplet: 02, 4D and 10. RGB value is (2,77,16). Sum of RGB (Red+Green+Blue) = 2+77+16=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #024D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D10 is #FDB2EF. Grayscale: #2F2F2F. Windows color (decimal): -16626416 or 1068290. OLE color: 1068290.

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

Color convert

RGB27716-
CMYK0.9700.790.70
HSL131.2º94.94%15.49%-
HSV(B)131.2º97.4%30.2%-
XYZ2.775.361.38-
YUV47.62110.1595.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 77 (30.47% from 255) = 81.05%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=2.11%
G=81.05%
B=16.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277160.9700.790.70131.294.9415.49
Hex24D106104F46835ff
Octal211520141011710620313717
Binary1010011011000011000010100111110001101000001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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