Shades of British Racing Green #033D24
Tints of British Racing Green #033D24
RGB
CMYK
RGB Variations
Color information
#033D24 (or 0x033D24) is known color: British Racing Green. HEX triplet: 03, 3D and 24. RGB value is (3,61,36). Sum of RGB (Red+Green+Blue) = 3+61+36=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 61 (24.22% from 255 or 61% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 61 - color contains mainly: green. Hex color #033D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D24 is #FCC2DB. Grayscale: #282828. Windows color (decimal): -16564956 or 2374915. OLE color: 2374915.
HSL color Cylindrical-coordinate representation of color #033D24: hue angle of 154.14º 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 #033D24 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 36 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.76 |
| HSL | 154.14º | 0.91% | 0.13% | - |
| HSV(B) | 154.14º | 0.95% | 0.24% | - |
| XYZ | 2.02 | 3.48 | 2.23 | - |
| YUV | 40.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 36 | 0.95 | 0 | 0.41 | 0.76 | 154.14 | 0.91 | 0.13 |
| Hex | 3 | 3D | 24 | 5F | 0 | 29 | 4C | 9A | 5B | D |
| Octal | 3 | 75 | 44 | 137 | 0 | 51 | 114 | 232 | 133 | 15 |
| Binary | 11 | 111101 | 100100 | 1011111 | 0 | 101001 | 1001100 | 10011010 | 1011011 | 1101 |
Color Harmonies of #033D24
Complementary color
Monochromatic Colors of #033D24
Black with #033D24
Text Example
Text Example
White with #033D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D24; }
p { color: rgb(3,61,36); }
H1.HeaderClassName
{
color: #033D24;
}
.AnyTagClassName
{
color: #033D24;
}
</style>
background-color css
<style>
a { background-color: #033D24; }
a { background-color: rgb(3,61,36); }
div.DivClassName
{
background-color: #033D24;
}
.BgClassName
{
background-color: #033D24;
}
</style>
border-color css
<style>
span { border-color: #033D24; }
span { border-color: rgb(3,61,36); }
td.TdClassName
{
border-color: #033D24;
}
.TagClassName
{
border-color: #033D24;
}
</style>