Shades of British Racing Green #033D1B
Tints of British Racing Green #033D1B
RGB
CMYK
RGB Variations
Color information
#033D1B (or 0x033D1B) is known color: British Racing Green. HEX triplet: 03, 3D and 1B. RGB value is (3,61,27). Sum of RGB (Red+Green+Blue) = 3+61+27=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 61 (24.22% from 255 or 67.03% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 61 - color contains mainly: green. Hex color #033D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D1B is #FCC2E4. Grayscale: #272727. Windows color (decimal): -16564965 or 1785091. OLE color: 1785091.
HSL color Cylindrical-coordinate representation of color #033D1B: hue angle of 144.83º 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 #033D1B is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 27 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.76 |
| HSL | 144.83º | 0.91% | 0.13% | - |
| HSV(B) | 144.83º | 0.95% | 0.24% | - |
| XYZ | 1.9 | 3.44 | 1.6 | - |
| YUV | 39.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 27 | 0.95 | 0 | 0.56 | 0.76 | 144.83 | 0.91 | 0.13 |
| Hex | 3 | 3D | 1B | 5F | 0 | 38 | 4C | 91 | 5B | D |
| Octal | 3 | 75 | 33 | 137 | 0 | 70 | 114 | 221 | 133 | 15 |
| Binary | 11 | 111101 | 11011 | 1011111 | 0 | 111000 | 1001100 | 10010001 | 1011011 | 1101 |
Color Harmonies of #033D1B
Complementary color
Monochromatic Colors of #033D1B
Black with #033D1B
Text Example
Text Example
White with #033D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D1B; }
p { color: rgb(3,61,27); }
H1.HeaderClassName
{
color: #033D1B;
}
.AnyTagClassName
{
color: #033D1B;
}
</style>
background-color css
<style>
a { background-color: #033D1B; }
a { background-color: rgb(3,61,27); }
div.DivClassName
{
background-color: #033D1B;
}
.BgClassName
{
background-color: #033D1B;
}
</style>
border-color css
<style>
span { border-color: #033D1B; }
span { border-color: rgb(3,61,27); }
td.TdClassName
{
border-color: #033D1B;
}
.TagClassName
{
border-color: #033D1B;
}
</style>