Shades of British Racing Green #033D2F
Tints of British Racing Green #033D2F
RGB
CMYK
RGB Variations
Color information
#033D2F (or 0x033D2F) is known color: British Racing Green. HEX triplet: 03, 3D and 2F. RGB value is (3,61,47). Sum of RGB (Red+Green+Blue) = 3+61+47=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #033D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D2F is #FCC2D0. Grayscale: #2A2A2A. Windows color (decimal): -16564945 or 3095811. OLE color: 3095811.
HSL color Cylindrical-coordinate representation of color #033D2F: hue angle of 165.52º 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 #033D2F is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 47 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.76 |
| HSL | 165.52º | 0.91% | 0.13% | - |
| HSV(B) | 165.52º | 0.95% | 0.24% | - |
| XYZ | 2.22 | 3.56 | 3.26 | - |
| YUV | 42.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 47 | 0.95 | 0 | 0.23 | 0.76 | 165.52 | 0.91 | 0.13 |
| Hex | 3 | 3D | 2F | 5F | 0 | 17 | 4C | A6 | 5B | D |
| Octal | 3 | 75 | 57 | 137 | 0 | 27 | 114 | 246 | 133 | 15 |
| Binary | 11 | 111101 | 101111 | 1011111 | 0 | 10111 | 1001100 | 10100110 | 1011011 | 1101 |
Color Harmonies of #033D2F
Complementary color
Monochromatic Colors of #033D2F
Black with #033D2F
Text Example
Text Example
White with #033D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D2F; }
p { color: rgb(3,61,47); }
H1.HeaderClassName
{
color: #033D2F;
}
.AnyTagClassName
{
color: #033D2F;
}
</style>
background-color css
<style>
a { background-color: #033D2F; }
a { background-color: rgb(3,61,47); }
div.DivClassName
{
background-color: #033D2F;
}
.BgClassName
{
background-color: #033D2F;
}
</style>
border-color css
<style>
span { border-color: #033D2F; }
span { border-color: rgb(3,61,47); }
td.TdClassName
{
border-color: #033D2F;
}
.TagClassName
{
border-color: #033D2F;
}
</style>