Shades of British Racing Green #094C20
Tints of British Racing Green #094C20
RGB
CMYK
RGB Variations
Color information
#094C20 (or 0x094C20) is known color: British Racing Green. HEX triplet: 09, 4C and 20. RGB value is (9,76,32). Sum of RGB (Red+Green+Blue) = 9+76+32=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #094C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C20 is #F6B3DF. Grayscale: #333333. Windows color (decimal): -16167904 or 2116617. OLE color: 2116617.
HSL color Cylindrical-coordinate representation of color #094C20: hue angle of 140.6º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C20 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 32 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.70 |
| HSL | 140.6º | 0.79% | 0.17% | - |
| HSV(B) | 140.6º | 0.88% | 0.3% | - |
| XYZ | 2.96 | 5.33 | 2.24 | - |
| YUV | 50.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 32 | 0.88 | 0 | 0.58 | 0.70 | 140.6 | 0.79 | 0.17 |
| Hex | 9 | 4C | 20 | 58 | 0 | 3A | 46 | 8D | 4F | 11 |
| Octal | 11 | 114 | 40 | 130 | 0 | 72 | 106 | 215 | 117 | 21 |
| Binary | 1001 | 1001100 | 100000 | 1011000 | 0 | 111010 | 1000110 | 10001101 | 1001111 | 10001 |
Color Harmonies of #094C20
Complementary color
Monochromatic Colors of #094C20
Black with #094C20
Text Example
Text Example
White with #094C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C20; }
p { color: rgb(9,76,32); }
H1.HeaderClassName
{
color: #094C20;
}
.AnyTagClassName
{
color: #094C20;
}
</style>
background-color css
<style>
a { background-color: #094C20; }
a { background-color: rgb(9,76,32); }
div.DivClassName
{
background-color: #094C20;
}
.BgClassName
{
background-color: #094C20;
}
</style>
border-color css
<style>
span { border-color: #094C20; }
span { border-color: rgb(9,76,32); }
td.TdClassName
{
border-color: #094C20;
}
.TagClassName
{
border-color: #094C20;
}
</style>