#024812

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

Shades of British Racing Green #024812

Tints of British Racing Green #024812

Color information

#024812 (or 0x024812) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 12. RGB value is (2,72,18). Sum of RGB (Red+Green+Blue) = 2+72+18=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #024812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024812 is #FDB7ED. Grayscale: #2D2D2D. Windows color (decimal): -16627694 or 1198082. OLE color: 1198082.

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

Color convert

RGB27218-
CMYK0.9700.750.72
HSL133.71º94.59%14.51%-
HSV(B)133.71º97.22%28.24%-
XYZ2.454.691.35-
YUV44.91112.8197.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 72 (28.52% from 255) = 78.26%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=2.17%
G=78.26%
B=19.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272180.9700.750.72133.7194.5914.51
Hex248126104B48865ff
Octal211022141011311020613717
Binary1010010001001011000010100101110010001000011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024812; }

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

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

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

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

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

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

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

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