Shades of British Racing Green #094D21
Tints of British Racing Green #094D21
RGB
CMYK
RGB Variations
Color information
#094D21 (or 0x094D21) is known color: British Racing Green. HEX triplet: 09, 4D and 21. RGB value is (9,77,33). Sum of RGB (Red+Green+Blue) = 9+77+33=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #094D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D21 is #F6B2DE. Grayscale: #333333. Windows color (decimal): -16167647 or 2182409. OLE color: 2182409.
HSL color Cylindrical-coordinate representation of color #094D21: hue angle of 141.18º 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 #094D21 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 33 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.70 |
| HSL | 141.18º | 0.79% | 0.17% | - |
| HSV(B) | 141.18º | 0.88% | 0.3% | - |
| XYZ | 3.04 | 5.48 | 2.34 | - |
| YUV | 51.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 33 | 0.88 | 0 | 0.57 | 0.70 | 141.18 | 0.79 | 0.17 |
| Hex | 9 | 4D | 21 | 58 | 0 | 39 | 46 | 8D | 4F | 11 |
| Octal | 11 | 115 | 41 | 130 | 0 | 71 | 106 | 215 | 117 | 21 |
| Binary | 1001 | 1001101 | 100001 | 1011000 | 0 | 111001 | 1000110 | 10001101 | 1001111 | 10001 |
Color Harmonies of #094D21
Complementary color
Monochromatic Colors of #094D21
Black with #094D21
Text Example
Text Example
White with #094D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D21; }
p { color: rgb(9,77,33); }
H1.HeaderClassName
{
color: #094D21;
}
.AnyTagClassName
{
color: #094D21;
}
</style>
background-color css
<style>
a { background-color: #094D21; }
a { background-color: rgb(9,77,33); }
div.DivClassName
{
background-color: #094D21;
}
.BgClassName
{
background-color: #094D21;
}
</style>
border-color css
<style>
span { border-color: #094D21; }
span { border-color: rgb(9,77,33); }
td.TdClassName
{
border-color: #094D21;
}
.TagClassName
{
border-color: #094D21;
}
</style>