Shades of British Racing Green #033D2E
Tints of British Racing Green #033D2E
RGB
CMYK
RGB Variations
Color information
#033D2E (or 0x033D2E) is known color: British Racing Green. HEX triplet: 03, 3D and 2E. RGB value is (3,61,46). Sum of RGB (Red+Green+Blue) = 3+61+46=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #033D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D2E is #FCC2D1. Grayscale: #292929. Windows color (decimal): -16564946 or 3030275. OLE color: 3030275.
HSL color Cylindrical-coordinate representation of color #033D2E: hue angle of 164.48º 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 #033D2E is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 46 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.76 |
| HSL | 164.48º | 0.91% | 0.13% | - |
| HSV(B) | 164.48º | 0.95% | 0.24% | - |
| XYZ | 2.2 | 3.55 | 3.15 | - |
| YUV | 41.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 46 | 0.95 | 0 | 0.25 | 0.76 | 164.48 | 0.91 | 0.13 |
| Hex | 3 | 3D | 2E | 5F | 0 | 19 | 4C | A4 | 5B | D |
| Octal | 3 | 75 | 56 | 137 | 0 | 31 | 114 | 244 | 133 | 15 |
| Binary | 11 | 111101 | 101110 | 1011111 | 0 | 11001 | 1001100 | 10100100 | 1011011 | 1101 |
Color Harmonies of #033D2E
Complementary color
Monochromatic Colors of #033D2E
Black with #033D2E
Text Example
Text Example
White with #033D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D2E; }
p { color: rgb(3,61,46); }
H1.HeaderClassName
{
color: #033D2E;
}
.AnyTagClassName
{
color: #033D2E;
}
</style>
background-color css
<style>
a { background-color: #033D2E; }
a { background-color: rgb(3,61,46); }
div.DivClassName
{
background-color: #033D2E;
}
.BgClassName
{
background-color: #033D2E;
}
</style>
border-color css
<style>
span { border-color: #033D2E; }
span { border-color: rgb(3,61,46); }
td.TdClassName
{
border-color: #033D2E;
}
.TagClassName
{
border-color: #033D2E;
}
</style>