#024B12

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

Shades of British Racing Green #024B12

Tints of British Racing Green #024B12

Color information

#024B12 (or 0x024B12) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 12. RGB value is (2,75,18). Sum of RGB (Red+Green+Blue) = 2+75+18=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 75 (29.69% from 255 or 78.95% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 75 - color contains mainly: green. Hex color #024B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024B12 is #FDB4ED. Grayscale: #2E2E2E. Windows color (decimal): -16626926 or 1198850. OLE color: 1198850.

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

Color convert

RGB27518-
CMYK0.9700.760.71
HSL133.15º94.81%15.1%-
HSV(B)133.15º97.33%29.41%-
XYZ2.655.091.41-
YUV46.68111.8296.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 75 (29.69% from 255) = 78.95%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=2.11%
G=78.95%
B=18.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275180.9700.760.71133.1594.8115.1
Hex24B126104C47855ff
Octal211322141011410720513717
Binary1010010111001011000010100110010001111000010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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