Shades of British Racing Green #033A17
Tints of British Racing Green #033A17
RGB
CMYK
RGB Variations
Color information
#033A17 (or 0x033A17) is known color: British Racing Green. HEX triplet: 03, 3A and 17. RGB value is (3,58,23). Sum of RGB (Red+Green+Blue) = 3+58+23=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #033A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A17 is #FCC5E8. Grayscale: #252525. Windows color (decimal): -16565737 or 1522179. OLE color: 1522179.
HSL color Cylindrical-coordinate representation of color #033A17: hue angle of 141.82º 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 #033A17 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 23 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.77 |
| HSL | 141.82º | 0.9% | 0.12% | - |
| HSV(B) | 141.82º | 0.95% | 0.23% | - |
| XYZ | 1.71 | 3.11 | 1.32 | - |
| YUV | 37.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 23 | 0.95 | 0 | 0.60 | 0.77 | 141.82 | 0.9 | 0.12 |
| Hex | 3 | 3A | 17 | 5F | 0 | 3C | 4D | 8E | 5A | C |
| Octal | 3 | 72 | 27 | 137 | 0 | 74 | 115 | 216 | 132 | 14 |
| Binary | 11 | 111010 | 10111 | 1011111 | 0 | 111100 | 1001101 | 10001110 | 1011010 | 1100 |
Color Harmonies of #033A17
Complementary color
Monochromatic Colors of #033A17
Black with #033A17
Text Example
Text Example
White with #033A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A17; }
p { color: rgb(3,58,23); }
H1.HeaderClassName
{
color: #033A17;
}
.AnyTagClassName
{
color: #033A17;
}
</style>
background-color css
<style>
a { background-color: #033A17; }
a { background-color: rgb(3,58,23); }
div.DivClassName
{
background-color: #033A17;
}
.BgClassName
{
background-color: #033A17;
}
</style>
border-color css
<style>
span { border-color: #033A17; }
span { border-color: rgb(3,58,23); }
td.TdClassName
{
border-color: #033A17;
}
.TagClassName
{
border-color: #033A17;
}
</style>