Shades of British Racing Green #033E2F
Tints of British Racing Green #033E2F
RGB
CMYK
RGB Variations
Color information
#033E2F (or 0x033E2F) is known color: British Racing Green. HEX triplet: 03, 3E and 2F. RGB value is (3,62,47). Sum of RGB (Red+Green+Blue) = 3+62+47=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #033E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E2F is #FCC1D0. Grayscale: #2A2A2A. Windows color (decimal): -16564689 or 3096067. OLE color: 3096067.
HSL color Cylindrical-coordinate representation of color #033E2F: hue angle of 164.75º 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 #033E2F is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 47 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.76 |
| HSL | 164.75º | 0.91% | 0.13% | - |
| HSV(B) | 164.75º | 0.95% | 0.24% | - |
| XYZ | 2.27 | 3.67 | 3.28 | - |
| YUV | 42.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 47 | 0.95 | 0 | 0.24 | 0.76 | 164.75 | 0.91 | 0.13 |
| Hex | 3 | 3E | 2F | 5F | 0 | 18 | 4C | A5 | 5B | D |
| Octal | 3 | 76 | 57 | 137 | 0 | 30 | 114 | 245 | 133 | 15 |
| Binary | 11 | 111110 | 101111 | 1011111 | 0 | 11000 | 1001100 | 10100101 | 1011011 | 1101 |
Color Harmonies of #033E2F
Complementary color
Monochromatic Colors of #033E2F
Black with #033E2F
Text Example
Text Example
White with #033E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E2F; }
p { color: rgb(3,62,47); }
H1.HeaderClassName
{
color: #033E2F;
}
.AnyTagClassName
{
color: #033E2F;
}
</style>
background-color css
<style>
a { background-color: #033E2F; }
a { background-color: rgb(3,62,47); }
div.DivClassName
{
background-color: #033E2F;
}
.BgClassName
{
background-color: #033E2F;
}
</style>
border-color css
<style>
span { border-color: #033E2F; }
span { border-color: rgb(3,62,47); }
td.TdClassName
{
border-color: #033E2F;
}
.TagClassName
{
border-color: #033E2F;
}
</style>