Shades of British Racing Green #094528
Tints of British Racing Green #094528
RGB
CMYK
RGB Variations
Color information
#094528 (or 0x094528) is known color: British Racing Green. HEX triplet: 09, 45 and 28. RGB value is (9,69,40). Sum of RGB (Red+Green+Blue) = 9+69+40=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #094528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094528 is #F6BAD7. Grayscale: #2F2F2F. Windows color (decimal): -16169688 or 2639113. OLE color: 2639113.
HSL color Cylindrical-coordinate representation of color #094528: hue angle of 151º 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 #094528 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 40 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.73 |
| HSL | 151º | 0.77% | 0.15% | - |
| HSV(B) | 151º | 0.87% | 0.27% | - |
| XYZ | 2.62 | 4.47 | 2.73 | - |
| YUV | 47.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 40 | 0.87 | 0 | 0.42 | 0.73 | 151 | 0.77 | 0.15 |
| Hex | 9 | 45 | 28 | 57 | 0 | 2A | 49 | 97 | 4D | F |
| Octal | 11 | 105 | 50 | 127 | 0 | 52 | 111 | 227 | 115 | 17 |
| Binary | 1001 | 1000101 | 101000 | 1010111 | 0 | 101010 | 1001001 | 10010111 | 1001101 | 1111 |
Color Harmonies of #094528
Complementary color
Monochromatic Colors of #094528
Black with #094528
Text Example
Text Example
White with #094528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094528; }
p { color: rgb(9,69,40); }
H1.HeaderClassName
{
color: #094528;
}
.AnyTagClassName
{
color: #094528;
}
</style>
background-color css
<style>
a { background-color: #094528; }
a { background-color: rgb(9,69,40); }
div.DivClassName
{
background-color: #094528;
}
.BgClassName
{
background-color: #094528;
}
</style>
border-color css
<style>
span { border-color: #094528; }
span { border-color: rgb(9,69,40); }
td.TdClassName
{
border-color: #094528;
}
.TagClassName
{
border-color: #094528;
}
</style>