Shades of British Racing Green #094222
Tints of British Racing Green #094222
RGB
CMYK
RGB Variations
Color information
#094222 (or 0x094222) is known color: British Racing Green. HEX triplet: 09, 42 and 22. RGB value is (9,66,34). Sum of RGB (Red+Green+Blue) = 9+66+34=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #094222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094222 is #F6BDDD. Grayscale: #2D2D2D. Windows color (decimal): -16170462 or 2245129. OLE color: 2245129.
HSL color Cylindrical-coordinate representation of color #094222: hue angle of 146.32º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094222 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 34 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.74 |
| HSL | 146.32º | 0.76% | 0.15% | - |
| HSV(B) | 146.32º | 0.86% | 0.26% | - |
| XYZ | 2.35 | 4.07 | 2.18 | - |
| YUV | 45.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 34 | 0.86 | 0 | 0.48 | 0.74 | 146.32 | 0.76 | 0.15 |
| Hex | 9 | 42 | 22 | 56 | 0 | 30 | 4A | 92 | 4C | F |
| Octal | 11 | 102 | 42 | 126 | 0 | 60 | 112 | 222 | 114 | 17 |
| Binary | 1001 | 1000010 | 100010 | 1010110 | 0 | 110000 | 1001010 | 10010010 | 1001100 | 1111 |
Color Harmonies of #094222
Complementary color
Monochromatic Colors of #094222
Black with #094222
Text Example
Text Example
White with #094222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094222; }
p { color: rgb(9,66,34); }
H1.HeaderClassName
{
color: #094222;
}
.AnyTagClassName
{
color: #094222;
}
</style>
background-color css
<style>
a { background-color: #094222; }
a { background-color: rgb(9,66,34); }
div.DivClassName
{
background-color: #094222;
}
.BgClassName
{
background-color: #094222;
}
</style>
border-color css
<style>
span { border-color: #094222; }
span { border-color: rgb(9,66,34); }
td.TdClassName
{
border-color: #094222;
}
.TagClassName
{
border-color: #094222;
}
</style>