Shades of British Racing Green #033E16
Tints of British Racing Green #033E16
RGB
CMYK
RGB Variations
Color information
#033E16 (or 0x033E16) is known color: British Racing Green. HEX triplet: 03, 3E and 16. RGB value is (3,62,22). Sum of RGB (Red+Green+Blue) = 3+62+22=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 62 (24.61% from 255 or 71.26% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 62 - color contains mainly: green. Hex color #033E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E16 is #FCC1E9. Grayscale: #272727. Windows color (decimal): -16564714 or 1457667. OLE color: 1457667.
HSL color Cylindrical-coordinate representation of color #033E16: hue angle of 139.32º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E16 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 22 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.76 |
| HSL | 139.32º | 0.91% | 0.13% | - |
| HSV(B) | 139.32º | 0.95% | 0.24% | - |
| XYZ | 1.9 | 3.52 | 1.34 | - |
| YUV | 39.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 22 | 0.95 | 0 | 0.65 | 0.76 | 139.32 | 0.91 | 0.13 |
| Hex | 3 | 3E | 16 | 5F | 0 | 41 | 4C | 8B | 5B | D |
| Octal | 3 | 76 | 26 | 137 | 0 | 101 | 114 | 213 | 133 | 15 |
| Binary | 11 | 111110 | 10110 | 1011111 | 0 | 1000001 | 1001100 | 10001011 | 1011011 | 1101 |
Color Harmonies of #033E16
Complementary color
Monochromatic Colors of #033E16
Black with #033E16
Text Example
Text Example
White with #033E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E16; }
p { color: rgb(3,62,22); }
H1.HeaderClassName
{
color: #033E16;
}
.AnyTagClassName
{
color: #033E16;
}
</style>
background-color css
<style>
a { background-color: #033E16; }
a { background-color: rgb(3,62,22); }
div.DivClassName
{
background-color: #033E16;
}
.BgClassName
{
background-color: #033E16;
}
</style>
border-color css
<style>
span { border-color: #033E16; }
span { border-color: rgb(3,62,22); }
td.TdClassName
{
border-color: #033E16;
}
.TagClassName
{
border-color: #033E16;
}
</style>