Shades of British Racing Green #033B1F
Tints of British Racing Green #033B1F
RGB
CMYK
RGB Variations
Color information
#033B1F (or 0x033B1F) is known color: British Racing Green. HEX triplet: 03, 3B and 1F. RGB value is (3,59,31). Sum of RGB (Red+Green+Blue) = 3+59+31=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 59 (23.44% from 255 or 63.44% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 59 - color contains mainly: green. Hex color #033B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B1F is #FCC4E0. Grayscale: #272727. Windows color (decimal): -16565473 or 2046723. OLE color: 2046723.
HSL color Cylindrical-coordinate representation of color #033B1F: hue angle of 150º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033B1F is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 31 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.77 |
| HSL | 150º | 0.9% | 0.12% | - |
| HSV(B) | 150º | 0.95% | 0.23% | - |
| XYZ | 1.85 | 3.25 | 1.83 | - |
| YUV | 39.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 31 | 0.95 | 0 | 0.47 | 0.77 | 150 | 0.9 | 0.12 |
| Hex | 3 | 3B | 1F | 5F | 0 | 2F | 4D | 96 | 5A | C |
| Octal | 3 | 73 | 37 | 137 | 0 | 57 | 115 | 226 | 132 | 14 |
| Binary | 11 | 111011 | 11111 | 1011111 | 0 | 101111 | 1001101 | 10010110 | 1011010 | 1100 |
Color Harmonies of #033B1F
Complementary color
Monochromatic Colors of #033B1F
Black with #033B1F
Text Example
Text Example
White with #033B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B1F; }
p { color: rgb(3,59,31); }
H1.HeaderClassName
{
color: #033B1F;
}
.AnyTagClassName
{
color: #033B1F;
}
</style>
background-color css
<style>
a { background-color: #033B1F; }
a { background-color: rgb(3,59,31); }
div.DivClassName
{
background-color: #033B1F;
}
.BgClassName
{
background-color: #033B1F;
}
</style>
border-color css
<style>
span { border-color: #033B1F; }
span { border-color: rgb(3,59,31); }
td.TdClassName
{
border-color: #033B1F;
}
.TagClassName
{
border-color: #033B1F;
}
</style>