Shades of British Racing Green #094529
Tints of British Racing Green #094529
RGB
CMYK
RGB Variations
Color information
#094529 (or 0x094529) is known color: British Racing Green. HEX triplet: 09, 45 and 29. RGB value is (9,69,41). Sum of RGB (Red+Green+Blue) = 9+69+41=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #094529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094529 is #F6BAD6. Grayscale: #2F2F2F. Windows color (decimal): -16169687 or 2704649. OLE color: 2704649.
HSL color Cylindrical-coordinate representation of color #094529: hue angle of 152º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094529 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 41 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.73 |
| HSL | 152º | 0.77% | 0.15% | - |
| HSV(B) | 152º | 0.87% | 0.27% | - |
| XYZ | 2.64 | 4.47 | 2.82 | - |
| YUV | 47.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 41 | 0.87 | 0 | 0.41 | 0.73 | 152 | 0.77 | 0.15 |
| Hex | 9 | 45 | 29 | 57 | 0 | 29 | 49 | 98 | 4D | F |
| Octal | 11 | 105 | 51 | 127 | 0 | 51 | 111 | 230 | 115 | 17 |
| Binary | 1001 | 1000101 | 101001 | 1010111 | 0 | 101001 | 1001001 | 10011000 | 1001101 | 1111 |
Color Harmonies of #094529
Complementary color
Monochromatic Colors of #094529
Black with #094529
Text Example
Text Example
White with #094529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094529; }
p { color: rgb(9,69,41); }
H1.HeaderClassName
{
color: #094529;
}
.AnyTagClassName
{
color: #094529;
}
</style>
background-color css
<style>
a { background-color: #094529; }
a { background-color: rgb(9,69,41); }
div.DivClassName
{
background-color: #094529;
}
.BgClassName
{
background-color: #094529;
}
</style>
border-color css
<style>
span { border-color: #094529; }
span { border-color: rgb(9,69,41); }
td.TdClassName
{
border-color: #094529;
}
.TagClassName
{
border-color: #094529;
}
</style>