Shades of British Racing Green #033D17
Tints of British Racing Green #033D17
RGB
CMYK
RGB Variations
Color information
#033D17 (or 0x033D17) is known color: British Racing Green. HEX triplet: 03, 3D and 17. RGB value is (3,61,23). Sum of RGB (Red+Green+Blue) = 3+61+23=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #033D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D17 is #FCC2E8. Grayscale: #272727. Windows color (decimal): -16564969 or 1522947. OLE color: 1522947.
HSL color Cylindrical-coordinate representation of color #033D17: hue angle of 140.69º 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 #033D17 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 23 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.76 |
| HSL | 140.69º | 0.91% | 0.13% | - |
| HSV(B) | 140.69º | 0.95% | 0.24% | - |
| XYZ | 1.86 | 3.42 | 1.37 | - |
| YUV | 39.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 23 | 0.95 | 0 | 0.62 | 0.76 | 140.69 | 0.91 | 0.13 |
| Hex | 3 | 3D | 17 | 5F | 0 | 3E | 4C | 8D | 5B | D |
| Octal | 3 | 75 | 27 | 137 | 0 | 76 | 114 | 215 | 133 | 15 |
| Binary | 11 | 111101 | 10111 | 1011111 | 0 | 111110 | 1001100 | 10001101 | 1011011 | 1101 |
Color Harmonies of #033D17
Complementary color
Monochromatic Colors of #033D17
Black with #033D17
Text Example
Text Example
White with #033D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D17; }
p { color: rgb(3,61,23); }
H1.HeaderClassName
{
color: #033D17;
}
.AnyTagClassName
{
color: #033D17;
}
</style>
background-color css
<style>
a { background-color: #033D17; }
a { background-color: rgb(3,61,23); }
div.DivClassName
{
background-color: #033D17;
}
.BgClassName
{
background-color: #033D17;
}
</style>
border-color css
<style>
span { border-color: #033D17; }
span { border-color: rgb(3,61,23); }
td.TdClassName
{
border-color: #033D17;
}
.TagClassName
{
border-color: #033D17;
}
</style>