Shades of British Racing Green #033E30
Tints of British Racing Green #033E30
RGB
CMYK
RGB Variations
Color information
#033E30 (or 0x033E30) is known color: British Racing Green. HEX triplet: 03, 3E and 30. RGB value is (3,62,48). Sum of RGB (Red+Green+Blue) = 3+62+48=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #033E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E30 is #FCC1CF. Grayscale: #2A2A2A. Windows color (decimal): -16564688 or 3161603. OLE color: 3161603.
HSL color Cylindrical-coordinate representation of color #033E30: hue angle of 165.76º 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 #033E30 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 48 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.76 |
| HSL | 165.76º | 0.91% | 0.13% | - |
| HSV(B) | 165.76º | 0.95% | 0.24% | - |
| XYZ | 2.29 | 3.68 | 3.39 | - |
| YUV | 42.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 48 | 0.95 | 0 | 0.23 | 0.76 | 165.76 | 0.91 | 0.13 |
| Hex | 3 | 3E | 30 | 5F | 0 | 17 | 4C | A6 | 5B | D |
| Octal | 3 | 76 | 60 | 137 | 0 | 27 | 114 | 246 | 133 | 15 |
| Binary | 11 | 111110 | 110000 | 1011111 | 0 | 10111 | 1001100 | 10100110 | 1011011 | 1101 |
Color Harmonies of #033E30
Complementary color
Monochromatic Colors of #033E30
Black with #033E30
Text Example
Text Example
White with #033E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E30; }
p { color: rgb(3,62,48); }
H1.HeaderClassName
{
color: #033E30;
}
.AnyTagClassName
{
color: #033E30;
}
</style>
background-color css
<style>
a { background-color: #033E30; }
a { background-color: rgb(3,62,48); }
div.DivClassName
{
background-color: #033E30;
}
.BgClassName
{
background-color: #033E30;
}
</style>
border-color css
<style>
span { border-color: #033E30; }
span { border-color: rgb(3,62,48); }
td.TdClassName
{
border-color: #033E30;
}
.TagClassName
{
border-color: #033E30;
}
</style>