Shades of British Racing Green #033E25
Tints of British Racing Green #033E25
RGB
CMYK
RGB Variations
Color information
#033E25 (or 0x033E25) is known color: British Racing Green. HEX triplet: 03, 3E and 25. RGB value is (3,62,37). Sum of RGB (Red+Green+Blue) = 3+62+37=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 62 (24.61% from 255 or 60.78% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 62 - color contains mainly: green. Hex color #033E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E25 is #FCC1DA. Grayscale: #292929. Windows color (decimal): -16564699 or 2440707. OLE color: 2440707.
HSL color Cylindrical-coordinate representation of color #033E25: hue angle of 154.58º 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 #033E25 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 37 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.76 |
| HSL | 154.58º | 0.91% | 0.13% | - |
| HSV(B) | 154.58º | 0.95% | 0.24% | - |
| XYZ | 2.09 | 3.6 | 2.33 | - |
| YUV | 41.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 37 | 0.95 | 0 | 0.40 | 0.76 | 154.58 | 0.91 | 0.13 |
| Hex | 3 | 3E | 25 | 5F | 0 | 28 | 4C | 9B | 5B | D |
| Octal | 3 | 76 | 45 | 137 | 0 | 50 | 114 | 233 | 133 | 15 |
| Binary | 11 | 111110 | 100101 | 1011111 | 0 | 101000 | 1001100 | 10011011 | 1011011 | 1101 |
Color Harmonies of #033E25
Complementary color
Monochromatic Colors of #033E25
Black with #033E25
Text Example
Text Example
White with #033E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E25; }
p { color: rgb(3,62,37); }
H1.HeaderClassName
{
color: #033E25;
}
.AnyTagClassName
{
color: #033E25;
}
</style>
background-color css
<style>
a { background-color: #033E25; }
a { background-color: rgb(3,62,37); }
div.DivClassName
{
background-color: #033E25;
}
.BgClassName
{
background-color: #033E25;
}
</style>
border-color css
<style>
span { border-color: #033E25; }
span { border-color: rgb(3,62,37); }
td.TdClassName
{
border-color: #033E25;
}
.TagClassName
{
border-color: #033E25;
}
</style>