Shades of British Racing Green #033F1C
Tints of British Racing Green #033F1C
RGB
CMYK
RGB Variations
Color information
#033F1C (or 0x033F1C) is known color: British Racing Green. HEX triplet: 03, 3F and 1C. RGB value is (3,63,28). Sum of RGB (Red+Green+Blue) = 3+63+28=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 63 (25% from 255 or 67.02% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 63 - color contains mainly: green. Hex color #033F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F1C is #FCC0E3. Grayscale: #292929. Windows color (decimal): -16564452 or 1851139. OLE color: 1851139.
HSL color Cylindrical-coordinate representation of color #033F1C: hue angle of 145º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F1C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 63 | 28 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.75 |
| HSL | 145º | 0.91% | 0.13% | - |
| HSV(B) | 145º | 0.95% | 0.25% | - |
| XYZ | 2.02 | 3.66 | 1.7 | - |
| YUV | 41.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 28 | 0.95 | 0 | 0.56 | 0.75 | 145 | 0.91 | 0.13 |
| Hex | 3 | 3F | 1C | 5F | 0 | 38 | 4B | 91 | 5B | D |
| Octal | 3 | 77 | 34 | 137 | 0 | 70 | 113 | 221 | 133 | 15 |
| Binary | 11 | 111111 | 11100 | 1011111 | 0 | 111000 | 1001011 | 10010001 | 1011011 | 1101 |
Color Harmonies of #033F1C
Complementary color
Monochromatic Colors of #033F1C
Black with #033F1C
Text Example
Text Example
White with #033F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F1C; }
p { color: rgb(3,63,28); }
H1.HeaderClassName
{
color: #033F1C;
}
.AnyTagClassName
{
color: #033F1C;
}
</style>
background-color css
<style>
a { background-color: #033F1C; }
a { background-color: rgb(3,63,28); }
div.DivClassName
{
background-color: #033F1C;
}
.BgClassName
{
background-color: #033F1C;
}
</style>
border-color css
<style>
span { border-color: #033F1C; }
span { border-color: rgb(3,63,28); }
td.TdClassName
{
border-color: #033F1C;
}
.TagClassName
{
border-color: #033F1C;
}
</style>