#024816

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

Shades of British Racing Green #024816

Tints of British Racing Green #024816

Color information

#024816 (or 0x024816) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 16. RGB value is (2,72,22). Sum of RGB (Red+Green+Blue) = 2+72+22=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #024816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024816 is #FDB7E9. Grayscale: #2D2D2D. Windows color (decimal): -16627690 or 1460226. OLE color: 1460226.

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

Color convert

RGB27222-
CMYK0.9700.690.72
HSL137.14º94.59%14.51%-
HSV(B)137.14º97.22%28.24%-
XYZ2.494.711.54-
YUV45.37114.8197.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 72 (28.52% from 255) = 75%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=2.08%
G=75%
B=22.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272220.9700.690.72137.1494.5914.51
Hex248166104548895ff
Octal211026141010511021113717
Binary1010010001011011000010100010110010001000100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024816; }

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

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

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

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

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

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

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

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