#024924

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

Shades of British Racing Green #024924

Tints of British Racing Green #024924

Color information

#024924 (or 0x024924) is unknown color: approx British Racing Green. HEX triplet: 02, 49 and 24. RGB value is (2,73,36). Sum of RGB (Red+Green+Blue) = 2+73+36=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #024924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024924 is #FDB6DB. Grayscale: #2F2F2F. Windows color (decimal): -16627420 or 2377986. OLE color: 2377986.

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

Color convert

RGB27336-
CMYK0.9700.510.71
HSL148.73º94.67%14.71%-
HSV(B)148.73º97.26%28.63%-
XYZ2.734.912.47-
YUV47.55121.4895.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 73 (28.91% from 255) = 65.77%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=1.80%
G=65.77%
B=32.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273360.9700.510.71148.7394.6714.71
Hex249246103347955ff
Octal21114414106310722513717
Binary1010010011001001100001011001110001111001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024924; }

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

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

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

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

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

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

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

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