Shades of British Racing Green #033E1C
Tints of British Racing Green #033E1C
RGB
CMYK
RGB Variations
Color information
#033E1C (or 0x033E1C) is known color: British Racing Green. HEX triplet: 03, 3E and 1C. RGB value is (3,62,28). Sum of RGB (Red+Green+Blue) = 3+62+28=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 62 (24.61% from 255 or 66.67% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 62 - color contains mainly: green. Hex color #033E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E1C is #FCC1E3. Grayscale: #282828. Windows color (decimal): -16564708 or 1850883. OLE color: 1850883.
HSL color Cylindrical-coordinate representation of color #033E1C: hue angle of 145.42º 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 #033E1C is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 28 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.76 |
| HSL | 145.42º | 0.91% | 0.13% | - |
| HSV(B) | 145.42º | 0.95% | 0.24% | - |
| XYZ | 1.97 | 3.55 | 1.68 | - |
| YUV | 40.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 28 | 0.95 | 0 | 0.55 | 0.76 | 145.42 | 0.91 | 0.13 |
| Hex | 3 | 3E | 1C | 5F | 0 | 37 | 4C | 91 | 5B | D |
| Octal | 3 | 76 | 34 | 137 | 0 | 67 | 114 | 221 | 133 | 15 |
| Binary | 11 | 111110 | 11100 | 1011111 | 0 | 110111 | 1001100 | 10010001 | 1011011 | 1101 |
Color Harmonies of #033E1C
Complementary color
Monochromatic Colors of #033E1C
Black with #033E1C
Text Example
Text Example
White with #033E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E1C; }
p { color: rgb(3,62,28); }
H1.HeaderClassName
{
color: #033E1C;
}
.AnyTagClassName
{
color: #033E1C;
}
</style>
background-color css
<style>
a { background-color: #033E1C; }
a { background-color: rgb(3,62,28); }
div.DivClassName
{
background-color: #033E1C;
}
.BgClassName
{
background-color: #033E1C;
}
</style>
border-color css
<style>
span { border-color: #033E1C; }
span { border-color: rgb(3,62,28); }
td.TdClassName
{
border-color: #033E1C;
}
.TagClassName
{
border-color: #033E1C;
}
</style>