Shades of British Racing Green #033B15
Tints of British Racing Green #033B15
RGB
CMYK
RGB Variations
Color information
#033B15 (or 0x033B15) is known color: British Racing Green. HEX triplet: 03, 3B and 15. RGB value is (3,59,21). Sum of RGB (Red+Green+Blue) = 3+59+21=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 59 (23.44% from 255 or 71.08% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 59 - color contains mainly: green. Hex color #033B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B15 is #FCC4EA. Grayscale: #262626. Windows color (decimal): -16565483 or 1391363. OLE color: 1391363.
HSL color Cylindrical-coordinate representation of color #033B15: hue angle of 139.29º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033B15 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 21 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.77 |
| HSL | 139.29º | 0.9% | 0.12% | - |
| HSV(B) | 139.29º | 0.95% | 0.23% | - |
| XYZ | 1.74 | 3.2 | 1.24 | - |
| YUV | 37.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 21 | 0.95 | 0 | 0.64 | 0.77 | 139.29 | 0.9 | 0.12 |
| Hex | 3 | 3B | 15 | 5F | 0 | 40 | 4D | 8B | 5A | C |
| Octal | 3 | 73 | 25 | 137 | 0 | 100 | 115 | 213 | 132 | 14 |
| Binary | 11 | 111011 | 10101 | 1011111 | 0 | 1000000 | 1001101 | 10001011 | 1011010 | 1100 |
Color Harmonies of #033B15
Complementary color
Monochromatic Colors of #033B15
Black with #033B15
Text Example
Text Example
White with #033B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B15; }
p { color: rgb(3,59,21); }
H1.HeaderClassName
{
color: #033B15;
}
.AnyTagClassName
{
color: #033B15;
}
</style>
background-color css
<style>
a { background-color: #033B15; }
a { background-color: rgb(3,59,21); }
div.DivClassName
{
background-color: #033B15;
}
.BgClassName
{
background-color: #033B15;
}
</style>
border-color css
<style>
span { border-color: #033B15; }
span { border-color: rgb(3,59,21); }
td.TdClassName
{
border-color: #033B15;
}
.TagClassName
{
border-color: #033B15;
}
</style>