Shades of British Racing Green #033D1E
Tints of British Racing Green #033D1E
RGB
CMYK
RGB Variations
Color information
#033D1E (or 0x033D1E) is known color: British Racing Green. HEX triplet: 03, 3D and 1E. RGB value is (3,61,30). Sum of RGB (Red+Green+Blue) = 3+61+30=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #033D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D1E is #FCC2E1. Grayscale: #282828. Windows color (decimal): -16564962 or 1981699. OLE color: 1981699.
HSL color Cylindrical-coordinate representation of color #033D1E: hue angle of 147.93º 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 #033D1E is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 30 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.76 |
| HSL | 147.93º | 0.91% | 0.13% | - |
| HSV(B) | 147.93º | 0.95% | 0.24% | - |
| XYZ | 1.94 | 3.45 | 1.79 | - |
| YUV | 40.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 30 | 0.95 | 0 | 0.51 | 0.76 | 147.93 | 0.91 | 0.13 |
| Hex | 3 | 3D | 1E | 5F | 0 | 33 | 4C | 94 | 5B | D |
| Octal | 3 | 75 | 36 | 137 | 0 | 63 | 114 | 224 | 133 | 15 |
| Binary | 11 | 111101 | 11110 | 1011111 | 0 | 110011 | 1001100 | 10010100 | 1011011 | 1101 |
Color Harmonies of #033D1E
Complementary color
Monochromatic Colors of #033D1E
Black with #033D1E
Text Example
Text Example
White with #033D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D1E; }
p { color: rgb(3,61,30); }
H1.HeaderClassName
{
color: #033D1E;
}
.AnyTagClassName
{
color: #033D1E;
}
</style>
background-color css
<style>
a { background-color: #033D1E; }
a { background-color: rgb(3,61,30); }
div.DivClassName
{
background-color: #033D1E;
}
.BgClassName
{
background-color: #033D1E;
}
</style>
border-color css
<style>
span { border-color: #033D1E; }
span { border-color: rgb(3,61,30); }
td.TdClassName
{
border-color: #033D1E;
}
.TagClassName
{
border-color: #033D1E;
}
</style>