Shades of British Racing Green #09472F
Tints of British Racing Green #09472F
RGB
CMYK
RGB Variations
Color information
#09472F (or 0x09472F) is known color: British Racing Green. HEX triplet: 09, 47 and 2F. RGB value is (9,71,47). Sum of RGB (Red+Green+Blue) = 9+71+47=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #09472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09472F is #F6B8D0. Grayscale: #313131. Windows color (decimal): -16169169 or 3098377. OLE color: 3098377.
HSL color Cylindrical-coordinate representation of color #09472F: hue angle of 156.77º 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 #09472F is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 47 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.72 |
| HSL | 156.77º | 0.78% | 0.16% | - |
| HSV(B) | 156.77º | 0.87% | 0.28% | - |
| XYZ | 2.88 | 4.77 | 3.46 | - |
| YUV | 49.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 47 | 0.87 | 0 | 0.34 | 0.72 | 156.77 | 0.78 | 0.16 |
| Hex | 9 | 47 | 2F | 57 | 0 | 22 | 48 | 9D | 4E | 10 |
| Octal | 11 | 107 | 57 | 127 | 0 | 42 | 110 | 235 | 116 | 20 |
| Binary | 1001 | 1000111 | 101111 | 1010111 | 0 | 100010 | 1001000 | 10011101 | 1001110 | 10000 |
Color Harmonies of #09472F
Complementary color
Monochromatic Colors of #09472F
Black with #09472F
Text Example
Text Example
White with #09472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09472F; }
p { color: rgb(9,71,47); }
H1.HeaderClassName
{
color: #09472F;
}
.AnyTagClassName
{
color: #09472F;
}
</style>
background-color css
<style>
a { background-color: #09472F; }
a { background-color: rgb(9,71,47); }
div.DivClassName
{
background-color: #09472F;
}
.BgClassName
{
background-color: #09472F;
}
</style>
border-color css
<style>
span { border-color: #09472F; }
span { border-color: rgb(9,71,47); }
td.TdClassName
{
border-color: #09472F;
}
.TagClassName
{
border-color: #09472F;
}
</style>