#024915

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

Shades of British Racing Green #024915

Tints of British Racing Green #024915

Color information

#024915 (or 0x024915) is unknown color: approx British Racing Green. HEX triplet: 02, 49 and 15. RGB value is (2,73,21). Sum of RGB (Red+Green+Blue) = 2+73+21=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #024915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024915 is #FDB6EA. Grayscale: #2D2D2D. Windows color (decimal): -16627435 or 1394946. OLE color: 1394946.

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

Color convert

RGB27321-
CMYK0.9700.710.71
HSL136.06º94.67%14.71%-
HSV(B)136.06º97.26%28.63%-
XYZ2.544.831.51-
YUV45.84113.9896.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 73 (28.91% from 255) = 76.04%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=2.08%
G=76.04%
B=21.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273210.9700.710.71136.0694.6714.71
Hex249156104747885ff
Octal211125141010710721013717
Binary1010010011010111000010100011110001111000100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024915; }

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

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

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

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

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

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

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

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