Shades of British Racing Green #033F21
Tints of British Racing Green #033F21
RGB
CMYK
RGB Variations
Color information
#033F21 (or 0x033F21) is known color: British Racing Green. HEX triplet: 03, 3F and 21. RGB value is (3,63,33). Sum of RGB (Red+Green+Blue) = 3+63+33=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 63 (25% from 255 or 63.64% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 63 - color contains mainly: green. Hex color #033F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F21 is #FCC0DE. Grayscale: #292929. Windows color (decimal): -16564447 or 2178819. OLE color: 2178819.
HSL color Cylindrical-coordinate representation of color #033F21: hue angle of 150º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F21 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 63 | 33 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.75 |
| HSL | 150º | 0.91% | 0.13% | - |
| HSV(B) | 150º | 0.95% | 0.25% | - |
| XYZ | 2.09 | 3.68 | 2.04 | - |
| YUV | 41.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 33 | 0.95 | 0 | 0.48 | 0.75 | 150 | 0.91 | 0.13 |
| Hex | 3 | 3F | 21 | 5F | 0 | 30 | 4B | 96 | 5B | D |
| Octal | 3 | 77 | 41 | 137 | 0 | 60 | 113 | 226 | 133 | 15 |
| Binary | 11 | 111111 | 100001 | 1011111 | 0 | 110000 | 1001011 | 10010110 | 1011011 | 1101 |
Color Harmonies of #033F21
Complementary color
Monochromatic Colors of #033F21
Black with #033F21
Text Example
Text Example
White with #033F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F21; }
p { color: rgb(3,63,33); }
H1.HeaderClassName
{
color: #033F21;
}
.AnyTagClassName
{
color: #033F21;
}
</style>
background-color css
<style>
a { background-color: #033F21; }
a { background-color: rgb(3,63,33); }
div.DivClassName
{
background-color: #033F21;
}
.BgClassName
{
background-color: #033F21;
}
</style>
border-color css
<style>
span { border-color: #033F21; }
span { border-color: rgb(3,63,33); }
td.TdClassName
{
border-color: #033F21;
}
.TagClassName
{
border-color: #033F21;
}
</style>