Shades of British Racing Green #033D30
Tints of British Racing Green #033D30
RGB
CMYK
RGB Variations
Color information
#033D30 (or 0x033D30) is known color: British Racing Green. HEX triplet: 03, 3D and 30. RGB value is (3,61,48). Sum of RGB (Red+Green+Blue) = 3+61+48=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #033D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D30 is #FCC2CF. Grayscale: #2A2A2A. Windows color (decimal): -16564944 or 3161347. OLE color: 3161347.
HSL color Cylindrical-coordinate representation of color #033D30: hue angle of 166.55º 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 #033D30 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 48 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.76 |
| HSL | 166.55º | 0.91% | 0.13% | - |
| HSV(B) | 166.55º | 0.95% | 0.24% | - |
| XYZ | 2.24 | 3.57 | 3.37 | - |
| YUV | 42.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 48 | 0.95 | 0 | 0.21 | 0.76 | 166.55 | 0.91 | 0.13 |
| Hex | 3 | 3D | 30 | 5F | 0 | 15 | 4C | A7 | 5B | D |
| Octal | 3 | 75 | 60 | 137 | 0 | 25 | 114 | 247 | 133 | 15 |
| Binary | 11 | 111101 | 110000 | 1011111 | 0 | 10101 | 1001100 | 10100111 | 1011011 | 1101 |
Color Harmonies of #033D30
Complementary color
Monochromatic Colors of #033D30
Black with #033D30
Text Example
Text Example
White with #033D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D30; }
p { color: rgb(3,61,48); }
H1.HeaderClassName
{
color: #033D30;
}
.AnyTagClassName
{
color: #033D30;
}
</style>
background-color css
<style>
a { background-color: #033D30; }
a { background-color: rgb(3,61,48); }
div.DivClassName
{
background-color: #033D30;
}
.BgClassName
{
background-color: #033D30;
}
</style>
border-color css
<style>
span { border-color: #033D30; }
span { border-color: rgb(3,61,48); }
td.TdClassName
{
border-color: #033D30;
}
.TagClassName
{
border-color: #033D30;
}
</style>