Shades of British Racing Green #033C2F
Tints of British Racing Green #033C2F
RGB
CMYK
RGB Variations
Color information
#033C2F (or 0x033C2F) is known color: British Racing Green. HEX triplet: 03, 3C and 2F. RGB value is (3,60,47). Sum of RGB (Red+Green+Blue) = 3+60+47=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #033C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C2F is #FCC3D0. Grayscale: #292929. Windows color (decimal): -16565201 or 3095555. OLE color: 3095555.
HSL color Cylindrical-coordinate representation of color #033C2F: hue angle of 166.32º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C2F is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 60 | 47 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.76 |
| HSL | 166.32º | 0.9% | 0.12% | - |
| HSV(B) | 166.32º | 0.95% | 0.24% | - |
| XYZ | 2.17 | 3.46 | 3.24 | - |
| YUV | 41.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 47 | 0.95 | 0 | 0.22 | 0.76 | 166.32 | 0.9 | 0.12 |
| Hex | 3 | 3C | 2F | 5F | 0 | 16 | 4C | A6 | 5A | C |
| Octal | 3 | 74 | 57 | 137 | 0 | 26 | 114 | 246 | 132 | 14 |
| Binary | 11 | 111100 | 101111 | 1011111 | 0 | 10110 | 1001100 | 10100110 | 1011010 | 1100 |
Color Harmonies of #033C2F
Complementary color
Monochromatic Colors of #033C2F
Black with #033C2F
Text Example
Text Example
White with #033C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C2F; }
p { color: rgb(3,60,47); }
H1.HeaderClassName
{
color: #033C2F;
}
.AnyTagClassName
{
color: #033C2F;
}
</style>
background-color css
<style>
a { background-color: #033C2F; }
a { background-color: rgb(3,60,47); }
div.DivClassName
{
background-color: #033C2F;
}
.BgClassName
{
background-color: #033C2F;
}
</style>
border-color css
<style>
span { border-color: #033C2F; }
span { border-color: rgb(3,60,47); }
td.TdClassName
{
border-color: #033C2F;
}
.TagClassName
{
border-color: #033C2F;
}
</style>