Shades of British Racing Green #033C1C
Tints of British Racing Green #033C1C
RGB
CMYK
RGB Variations
Color information
#033C1C (or 0x033C1C) is known color: British Racing Green. HEX triplet: 03, 3C and 1C. RGB value is (3,60,28). Sum of RGB (Red+Green+Blue) = 3+60+28=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 60 (23.83% from 255 or 65.93% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 60 - color contains mainly: green. Hex color #033C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C1C is #FCC3E3. Grayscale: #272727. Windows color (decimal): -16565220 or 1850371. OLE color: 1850371.
HSL color Cylindrical-coordinate representation of color #033C1C: hue angle of 146.32º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C1C is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 60 | 28 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.76 |
| HSL | 146.32º | 0.9% | 0.12% | - |
| HSV(B) | 146.32º | 0.95% | 0.24% | - |
| XYZ | 1.86 | 3.33 | 1.64 | - |
| YUV | 39.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 28 | 0.95 | 0 | 0.53 | 0.76 | 146.32 | 0.9 | 0.12 |
| Hex | 3 | 3C | 1C | 5F | 0 | 35 | 4C | 92 | 5A | C |
| Octal | 3 | 74 | 34 | 137 | 0 | 65 | 114 | 222 | 132 | 14 |
| Binary | 11 | 111100 | 11100 | 1011111 | 0 | 110101 | 1001100 | 10010010 | 1011010 | 1100 |
Color Harmonies of #033C1C
Complementary color
Monochromatic Colors of #033C1C
Black with #033C1C
Text Example
Text Example
White with #033C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C1C; }
p { color: rgb(3,60,28); }
H1.HeaderClassName
{
color: #033C1C;
}
.AnyTagClassName
{
color: #033C1C;
}
</style>
background-color css
<style>
a { background-color: #033C1C; }
a { background-color: rgb(3,60,28); }
div.DivClassName
{
background-color: #033C1C;
}
.BgClassName
{
background-color: #033C1C;
}
</style>
border-color css
<style>
span { border-color: #033C1C; }
span { border-color: rgb(3,60,28); }
td.TdClassName
{
border-color: #033C1C;
}
.TagClassName
{
border-color: #033C1C;
}
</style>