Shades of British Racing Green #033E2B
Tints of British Racing Green #033E2B
RGB
CMYK
RGB Variations
Color information
#033E2B (or 0x033E2B) is known color: British Racing Green. HEX triplet: 03, 3E and 2B. RGB value is (3,62,43). Sum of RGB (Red+Green+Blue) = 3+62+43=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #033E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E2B is #FCC1D4. Grayscale: #2A2A2A. Windows color (decimal): -16564693 or 2833923. OLE color: 2833923.
HSL color Cylindrical-coordinate representation of color #033E2B: hue angle of 160.68º 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 #033E2B is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 43 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.76 |
| HSL | 160.68º | 0.91% | 0.13% | - |
| HSV(B) | 160.68º | 0.95% | 0.24% | - |
| XYZ | 2.2 | 3.64 | 2.87 | - |
| YUV | 42.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 43 | 0.95 | 0 | 0.31 | 0.76 | 160.68 | 0.91 | 0.13 |
| Hex | 3 | 3E | 2B | 5F | 0 | 1F | 4C | A1 | 5B | D |
| Octal | 3 | 76 | 53 | 137 | 0 | 37 | 114 | 241 | 133 | 15 |
| Binary | 11 | 111110 | 101011 | 1011111 | 0 | 11111 | 1001100 | 10100001 | 1011011 | 1101 |
Color Harmonies of #033E2B
Complementary color
Monochromatic Colors of #033E2B
Black with #033E2B
Text Example
Text Example
White with #033E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E2B; }
p { color: rgb(3,62,43); }
H1.HeaderClassName
{
color: #033E2B;
}
.AnyTagClassName
{
color: #033E2B;
}
</style>
background-color css
<style>
a { background-color: #033E2B; }
a { background-color: rgb(3,62,43); }
div.DivClassName
{
background-color: #033E2B;
}
.BgClassName
{
background-color: #033E2B;
}
</style>
border-color css
<style>
span { border-color: #033E2B; }
span { border-color: rgb(3,62,43); }
td.TdClassName
{
border-color: #033E2B;
}
.TagClassName
{
border-color: #033E2B;
}
</style>