Shades of British Racing Green #094A21
Tints of British Racing Green #094A21
RGB
CMYK
RGB Variations
Color information
#094A21 (or 0x094A21) is known color: British Racing Green. HEX triplet: 09, 4A and 21. RGB value is (9,74,33). Sum of RGB (Red+Green+Blue) = 9+74+33=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 74 (29.30% from 255 or 63.79% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 74 - color contains mainly: green. Hex color #094A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A21 is #F6B5DE. Grayscale: #313131. Windows color (decimal): -16168415 or 2181641. OLE color: 2181641.
HSL color Cylindrical-coordinate representation of color #094A21: hue angle of 142.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A21 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 33 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.71 |
| HSL | 142.15º | 0.78% | 0.16% | - |
| HSV(B) | 142.15º | 0.88% | 0.29% | - |
| XYZ | 2.84 | 5.07 | 2.27 | - |
| YUV | 49.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 33 | 0.88 | 0 | 0.55 | 0.71 | 142.15 | 0.78 | 0.16 |
| Hex | 9 | 4A | 21 | 58 | 0 | 37 | 47 | 8E | 4E | 10 |
| Octal | 11 | 112 | 41 | 130 | 0 | 67 | 107 | 216 | 116 | 20 |
| Binary | 1001 | 1001010 | 100001 | 1011000 | 0 | 110111 | 1000111 | 10001110 | 1001110 | 10000 |
Color Harmonies of #094A21
Complementary color
Monochromatic Colors of #094A21
Black with #094A21
Text Example
Text Example
White with #094A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A21; }
p { color: rgb(9,74,33); }
H1.HeaderClassName
{
color: #094A21;
}
.AnyTagClassName
{
color: #094A21;
}
</style>
background-color css
<style>
a { background-color: #094A21; }
a { background-color: rgb(9,74,33); }
div.DivClassName
{
background-color: #094A21;
}
.BgClassName
{
background-color: #094A21;
}
</style>
border-color css
<style>
span { border-color: #094A21; }
span { border-color: rgb(9,74,33); }
td.TdClassName
{
border-color: #094A21;
}
.TagClassName
{
border-color: #094A21;
}
</style>