Shades of British Racing Green #033D28
Tints of British Racing Green #033D28
RGB
CMYK
RGB Variations
Color information
#033D28 (or 0x033D28) is known color: British Racing Green. HEX triplet: 03, 3D and 28. RGB value is (3,61,40). Sum of RGB (Red+Green+Blue) = 3+61+40=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 61 (24.22% from 255 or 58.65% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 61 - color contains mainly: green. Hex color #033D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D28 is #FCC2D7. Grayscale: #292929. Windows color (decimal): -16564952 or 2637059. OLE color: 2637059.
HSL color Cylindrical-coordinate representation of color #033D28: hue angle of 158.28º 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 #033D28 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 40 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.76 |
| HSL | 158.28º | 0.91% | 0.13% | - |
| HSV(B) | 158.28º | 0.95% | 0.24% | - |
| XYZ | 2.09 | 3.51 | 2.57 | - |
| YUV | 41.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 40 | 0.95 | 0 | 0.34 | 0.76 | 158.28 | 0.91 | 0.13 |
| Hex | 3 | 3D | 28 | 5F | 0 | 22 | 4C | 9E | 5B | D |
| Octal | 3 | 75 | 50 | 137 | 0 | 42 | 114 | 236 | 133 | 15 |
| Binary | 11 | 111101 | 101000 | 1011111 | 0 | 100010 | 1001100 | 10011110 | 1011011 | 1101 |
Color Harmonies of #033D28
Complementary color
Monochromatic Colors of #033D28
Black with #033D28
Text Example
Text Example
White with #033D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D28; }
p { color: rgb(3,61,40); }
H1.HeaderClassName
{
color: #033D28;
}
.AnyTagClassName
{
color: #033D28;
}
</style>
background-color css
<style>
a { background-color: #033D28; }
a { background-color: rgb(3,61,40); }
div.DivClassName
{
background-color: #033D28;
}
.BgClassName
{
background-color: #033D28;
}
</style>
border-color css
<style>
span { border-color: #033D28; }
span { border-color: rgb(3,61,40); }
td.TdClassName
{
border-color: #033D28;
}
.TagClassName
{
border-color: #033D28;
}
</style>