Shades of British Racing Green #033C27
Tints of British Racing Green #033C27
RGB
CMYK
RGB Variations
Color information
#033C27 (or 0x033C27) is known color: British Racing Green. HEX triplet: 03, 3C and 27. RGB value is (3,60,39). Sum of RGB (Red+Green+Blue) = 3+60+39=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #033C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C27 is #FCC3D8. Grayscale: #282828. Windows color (decimal): -16565209 or 2571267. OLE color: 2571267.
HSL color Cylindrical-coordinate representation of color #033C27: hue angle of 157.89º 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 #033C27 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 60 | 39 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.76 |
| HSL | 157.89º | 0.9% | 0.12% | - |
| HSV(B) | 157.89º | 0.95% | 0.24% | - |
| XYZ | 2.02 | 3.4 | 2.47 | - |
| YUV | 40.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 39 | 0.95 | 0 | 0.35 | 0.76 | 157.89 | 0.9 | 0.12 |
| Hex | 3 | 3C | 27 | 5F | 0 | 23 | 4C | 9E | 5A | C |
| Octal | 3 | 74 | 47 | 137 | 0 | 43 | 114 | 236 | 132 | 14 |
| Binary | 11 | 111100 | 100111 | 1011111 | 0 | 100011 | 1001100 | 10011110 | 1011010 | 1100 |
Color Harmonies of #033C27
Complementary color
Monochromatic Colors of #033C27
Black with #033C27
Text Example
Text Example
White with #033C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C27; }
p { color: rgb(3,60,39); }
H1.HeaderClassName
{
color: #033C27;
}
.AnyTagClassName
{
color: #033C27;
}
</style>
background-color css
<style>
a { background-color: #033C27; }
a { background-color: rgb(3,60,39); }
div.DivClassName
{
background-color: #033C27;
}
.BgClassName
{
background-color: #033C27;
}
</style>
border-color css
<style>
span { border-color: #033C27; }
span { border-color: rgb(3,60,39); }
td.TdClassName
{
border-color: #033C27;
}
.TagClassName
{
border-color: #033C27;
}
</style>