Shades of British Racing Green #033E2A
Tints of British Racing Green #033E2A
RGB
CMYK
RGB Variations
Color information
#033E2A (or 0x033E2A) is known color: British Racing Green. HEX triplet: 03, 3E and 2A. RGB value is (3,62,42). Sum of RGB (Red+Green+Blue) = 3+62+42=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 62 (24.61% from 255 or 57.94% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 62 - color contains mainly: green. Hex color #033E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E2A is #FCC1D5. Grayscale: #2A2A2A. Windows color (decimal): -16564694 or 2768387. OLE color: 2768387.
HSL color Cylindrical-coordinate representation of color #033E2A: hue angle of 159.66º 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 #033E2A is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 42 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.76 |
| HSL | 159.66º | 0.91% | 0.13% | - |
| HSV(B) | 159.66º | 0.95% | 0.24% | - |
| XYZ | 2.18 | 3.63 | 2.78 | - |
| YUV | 42.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 42 | 0.95 | 0 | 0.32 | 0.76 | 159.66 | 0.91 | 0.13 |
| Hex | 3 | 3E | 2A | 5F | 0 | 20 | 4C | A0 | 5B | D |
| Octal | 3 | 76 | 52 | 137 | 0 | 40 | 114 | 240 | 133 | 15 |
| Binary | 11 | 111110 | 101010 | 1011111 | 0 | 100000 | 1001100 | 10100000 | 1011011 | 1101 |
Color Harmonies of #033E2A
Complementary color
Monochromatic Colors of #033E2A
Black with #033E2A
Text Example
Text Example
White with #033E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E2A; }
p { color: rgb(3,62,42); }
H1.HeaderClassName
{
color: #033E2A;
}
.AnyTagClassName
{
color: #033E2A;
}
</style>
background-color css
<style>
a { background-color: #033E2A; }
a { background-color: rgb(3,62,42); }
div.DivClassName
{
background-color: #033E2A;
}
.BgClassName
{
background-color: #033E2A;
}
</style>
border-color css
<style>
span { border-color: #033E2A; }
span { border-color: rgb(3,62,42); }
td.TdClassName
{
border-color: #033E2A;
}
.TagClassName
{
border-color: #033E2A;
}
</style>