Shades of British Racing Green #033F16
Tints of British Racing Green #033F16
RGB
CMYK
RGB Variations
Color information
#033F16 (or 0x033F16) is known color: British Racing Green. HEX triplet: 03, 3F and 16. RGB value is (3,63,22). Sum of RGB (Red+Green+Blue) = 3+63+22=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 63 (25% from 255 or 71.59% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 63 - color contains mainly: green. Hex color #033F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033F16 is #FCC0E9. Grayscale: #282828. Windows color (decimal): -16564458 or 1457923. OLE color: 1457923.
HSL color Cylindrical-coordinate representation of color #033F16: hue angle of 139º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F16 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 63 | 22 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.75 |
| HSL | 139º | 0.91% | 0.13% | - |
| HSV(B) | 139º | 0.95% | 0.25% | - |
| XYZ | 1.96 | 3.63 | 1.36 | - |
| YUV | 40.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 22 | 0.95 | 0 | 0.65 | 0.75 | 139 | 0.91 | 0.13 |
| Hex | 3 | 3F | 16 | 5F | 0 | 41 | 4B | 8B | 5B | D |
| Octal | 3 | 77 | 26 | 137 | 0 | 101 | 113 | 213 | 133 | 15 |
| Binary | 11 | 111111 | 10110 | 1011111 | 0 | 1000001 | 1001011 | 10001011 | 1011011 | 1101 |
Color Harmonies of #033F16
Complementary color
Monochromatic Colors of #033F16
Black with #033F16
Text Example
Text Example
White with #033F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F16; }
p { color: rgb(3,63,22); }
H1.HeaderClassName
{
color: #033F16;
}
.AnyTagClassName
{
color: #033F16;
}
</style>
background-color css
<style>
a { background-color: #033F16; }
a { background-color: rgb(3,63,22); }
div.DivClassName
{
background-color: #033F16;
}
.BgClassName
{
background-color: #033F16;
}
</style>
border-color css
<style>
span { border-color: #033F16; }
span { border-color: rgb(3,63,22); }
td.TdClassName
{
border-color: #033F16;
}
.TagClassName
{
border-color: #033F16;
}
</style>