Shades of British Racing Green #094330
Tints of British Racing Green #094330
RGB
CMYK
RGB Variations
Color information
#094330 (or 0x094330) is known color: British Racing Green. HEX triplet: 09, 43 and 30. RGB value is (9,67,48). Sum of RGB (Red+Green+Blue) = 9+67+48=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #094330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094330 is #F6BCCF. Grayscale: #2F2F2F. Windows color (decimal): -16170192 or 3162889. OLE color: 3162889.
HSL color Cylindrical-coordinate representation of color #094330: hue angle of 160.34º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094330 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 48 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.74 |
| HSL | 160.34º | 0.76% | 0.15% | - |
| HSV(B) | 160.34º | 0.87% | 0.26% | - |
| XYZ | 2.65 | 4.29 | 3.48 | - |
| YUV | 47.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 48 | 0.87 | 0 | 0.28 | 0.74 | 160.34 | 0.76 | 0.15 |
| Hex | 9 | 43 | 30 | 57 | 0 | 1C | 4A | A0 | 4C | F |
| Octal | 11 | 103 | 60 | 127 | 0 | 34 | 112 | 240 | 114 | 17 |
| Binary | 1001 | 1000011 | 110000 | 1010111 | 0 | 11100 | 1001010 | 10100000 | 1001100 | 1111 |
Color Harmonies of #094330
Complementary color
Monochromatic Colors of #094330
Black with #094330
Text Example
Text Example
White with #094330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094330; }
p { color: rgb(9,67,48); }
H1.HeaderClassName
{
color: #094330;
}
.AnyTagClassName
{
color: #094330;
}
</style>
background-color css
<style>
a { background-color: #094330; }
a { background-color: rgb(9,67,48); }
div.DivClassName
{
background-color: #094330;
}
.BgClassName
{
background-color: #094330;
}
</style>
border-color css
<style>
span { border-color: #094330; }
span { border-color: rgb(9,67,48); }
td.TdClassName
{
border-color: #094330;
}
.TagClassName
{
border-color: #094330;
}
</style>