Shades of British Racing Green #033A1B
Tints of British Racing Green #033A1B
RGB
CMYK
RGB Variations
Color information
#033A1B (or 0x033A1B) is known color: British Racing Green. HEX triplet: 03, 3A and 1B. RGB value is (3,58,27). Sum of RGB (Red+Green+Blue) = 3+58+27=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #033A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A1B is #FCC5E4. Grayscale: #262626. Windows color (decimal): -16565733 or 1784323. OLE color: 1784323.
HSL color Cylindrical-coordinate representation of color #033A1B: hue angle of 146.18º 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 #033A1B is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 27 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.77 |
| HSL | 146.18º | 0.9% | 0.12% | - |
| HSV(B) | 146.18º | 0.95% | 0.23% | - |
| XYZ | 1.75 | 3.12 | 1.55 | - |
| YUV | 38.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 27 | 0.95 | 0 | 0.53 | 0.77 | 146.18 | 0.9 | 0.12 |
| Hex | 3 | 3A | 1B | 5F | 0 | 35 | 4D | 92 | 5A | C |
| Octal | 3 | 72 | 33 | 137 | 0 | 65 | 115 | 222 | 132 | 14 |
| Binary | 11 | 111010 | 11011 | 1011111 | 0 | 110101 | 1001101 | 10010010 | 1011010 | 1100 |
Color Harmonies of #033A1B
Complementary color
Monochromatic Colors of #033A1B
Black with #033A1B
Text Example
Text Example
White with #033A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A1B; }
p { color: rgb(3,58,27); }
H1.HeaderClassName
{
color: #033A1B;
}
.AnyTagClassName
{
color: #033A1B;
}
</style>
background-color css
<style>
a { background-color: #033A1B; }
a { background-color: rgb(3,58,27); }
div.DivClassName
{
background-color: #033A1B;
}
.BgClassName
{
background-color: #033A1B;
}
</style>
border-color css
<style>
span { border-color: #033A1B; }
span { border-color: rgb(3,58,27); }
td.TdClassName
{
border-color: #033A1B;
}
.TagClassName
{
border-color: #033A1B;
}
</style>