#024E15

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

Shades of British Racing Green #024E15

Tints of British Racing Green #024E15

Color information

#024E15 (or 0x024E15) is unknown color: approx British Racing Green. HEX triplet: 02, 4E and 15. RGB value is (2,78,21). Sum of RGB (Red+Green+Blue) = 2+78+21=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #024E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E15 is #FDB1EA. Grayscale: #303030. Windows color (decimal): -16626155 or 1396226. OLE color: 1396226.

HSL color Cylindrical-coordinate representation of color #024E15: hue angle of 135º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E15 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB27821-
CMYK0.9700.730.69
HSL135º95%15.69%-
HSV(B)135º97.44%30.59%-
XYZ2.885.521.62-
YUV48.78112.3294.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 78 (30.86% from 255) = 77.23%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=1.98%
G=77.23%
B=20.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278210.9700.730.691359515.69
Hex24E156104945875f10
Octal211625141011110520713720
Binary10100111010101110000101001001100010110000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,78,21); }

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

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

 a { background-color: rgb(2,78,21); }

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

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

 span { border-color: rgb(2,78,21); }

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