Shades of British Racing Green #023F12
Tints of British Racing Green #023F12
RGB
CMYK
RGB Variations
Color information
#023F12 (or 0x023F12) is known color: British Racing Green. HEX triplet: 02, 3F and 12. RGB value is (2,63,18). Sum of RGB (Red+Green+Blue) = 2+63+18=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #023F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F12 is #FDC0ED. Grayscale: #272727. Windows color (decimal): -16629998 or 1195778. OLE color: 1195778.
HSL color Cylindrical-coordinate representation of color #023F12: hue angle of 135.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F12 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 18 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.75 |
| HSL | 135.74º | 0.94% | 0.13% | - |
| HSV(B) | 135.74º | 0.97% | 0.25% | - |
| XYZ | 1.91 | 3.61 | 1.17 | - |
| YUV | 39.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 18 | 0.97 | 0 | 0.71 | 0.75 | 135.74 | 0.94 | 0.13 |
| Hex | 2 | 3F | 12 | 61 | 0 | 47 | 4B | 88 | 5E | D |
| Octal | 2 | 77 | 22 | 141 | 0 | 107 | 113 | 210 | 136 | 15 |
| Binary | 10 | 111111 | 10010 | 1100001 | 0 | 1000111 | 1001011 | 10001000 | 1011110 | 1101 |
Color Harmonies of #023F12
Complementary color
Monochromatic Colors of #023F12
Black with #023F12
Text Example
Text Example
White with #023F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F12; }
p { color: rgb(2,63,18); }
H1.HeaderClassName
{
color: #023F12;
}
.AnyTagClassName
{
color: #023F12;
}
</style>
background-color css
<style>
a { background-color: #023F12; }
a { background-color: rgb(2,63,18); }
div.DivClassName
{
background-color: #023F12;
}
.BgClassName
{
background-color: #023F12;
}
</style>
border-color css
<style>
span { border-color: #023F12; }
span { border-color: rgb(2,63,18); }
td.TdClassName
{
border-color: #023F12;
}
.TagClassName
{
border-color: #023F12;
}
</style>