#024824

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

Shades of British Racing Green #024824

Tints of British Racing Green #024824

Color information

#024824 (or 0x024824) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 24. RGB value is (2,72,36). Sum of RGB (Red+Green+Blue) = 2+72+36=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #024824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024824 is #FDB7DB. Grayscale: #2F2F2F. Windows color (decimal): -16627676 or 2377730. OLE color: 2377730.

HSL color Cylindrical-coordinate representation of color #024824: hue angle of 149.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024824 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB27236-
CMYK0.9700.50.72
HSL149.14º94.59%14.51%-
HSV(B)149.14º97.22%28.24%-
XYZ2.664.782.45-
YUV46.97121.8195.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=1.82%
G=65.45%
B=32.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272360.9700.50.72149.1494.5914.51
Hex248246103248955ff
Octal21104414106211022513717
Binary1010010001001001100001011001010010001001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024824; }

 p { color: rgb(2,72,36); }

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

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

 a { background-color: rgb(2,72,36); }

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

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

 span { border-color: rgb(2,72,36); }

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