#024811

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

Shades of British Racing Green #024811

Tints of British Racing Green #024811

Color information

#024811 (or 0x024811) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 11. RGB value is (2,72,17). Sum of RGB (Red+Green+Blue) = 2+72+17=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #024811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024811 is #FDB7EE. Grayscale: #2C2C2C. Windows color (decimal): -16627695 or 1132546. OLE color: 1132546.

HSL color Cylindrical-coordinate representation of color #024811: hue angle of 132.86º 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 #024811 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB27217-
CMYK0.9700.760.72
HSL132.86º94.59%14.51%-
HSV(B)132.86º97.22%28.24%-
XYZ2.444.691.31-
YUV44.8112.3197.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 72 (28.52% from 255) = 79.12%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=2.20%
G=79.12%
B=18.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272170.9700.760.72132.8694.5914.51
Hex248116104C48855ff
Octal211021141011411020513717
Binary1010010001000111000010100110010010001000010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024811; }

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

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

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

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

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

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

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

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