Shades of British Racing Green #09472E
Tints of British Racing Green #09472E
RGB
CMYK
RGB Variations
Color information
#09472E (or 0x09472E) is known color: British Racing Green. HEX triplet: 09, 47 and 2E. RGB value is (9,71,46). Sum of RGB (Red+Green+Blue) = 9+71+46=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #09472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09472E is #F6B8D1. Grayscale: #313131. Windows color (decimal): -16169170 or 3032841. OLE color: 3032841.
HSL color Cylindrical-coordinate representation of color #09472E: hue angle of 155.81º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09472E is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 46 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.72 |
| HSL | 155.81º | 0.78% | 0.16% | - |
| HSV(B) | 155.81º | 0.87% | 0.28% | - |
| XYZ | 2.86 | 4.76 | 3.35 | - |
| YUV | 49.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 46 | 0.87 | 0 | 0.35 | 0.72 | 155.81 | 0.78 | 0.16 |
| Hex | 9 | 47 | 2E | 57 | 0 | 23 | 48 | 9C | 4E | 10 |
| Octal | 11 | 107 | 56 | 127 | 0 | 43 | 110 | 234 | 116 | 20 |
| Binary | 1001 | 1000111 | 101110 | 1010111 | 0 | 100011 | 1001000 | 10011100 | 1001110 | 10000 |
Color Harmonies of #09472E
Complementary color
Monochromatic Colors of #09472E
Black with #09472E
Text Example
Text Example
White with #09472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09472E; }
p { color: rgb(9,71,46); }
H1.HeaderClassName
{
color: #09472E;
}
.AnyTagClassName
{
color: #09472E;
}
</style>
background-color css
<style>
a { background-color: #09472E; }
a { background-color: rgb(9,71,46); }
div.DivClassName
{
background-color: #09472E;
}
.BgClassName
{
background-color: #09472E;
}
</style>
border-color css
<style>
span { border-color: #09472E; }
span { border-color: rgb(9,71,46); }
td.TdClassName
{
border-color: #09472E;
}
.TagClassName
{
border-color: #09472E;
}
</style>