Shades of British Racing Green #09482F
Tints of British Racing Green #09482F
RGB
CMYK
RGB Variations
Color information
#09482F (or 0x09482F) is known color: British Racing Green. HEX triplet: 09, 48 and 2F. RGB value is (9,72,47). Sum of RGB (Red+Green+Blue) = 9+72+47=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #09482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482F is #F6B7D0. Grayscale: #323232. Windows color (decimal): -16168913 or 3098633. OLE color: 3098633.
HSL color Cylindrical-coordinate representation of color #09482F: hue angle of 156.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09482F is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 47 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.72 |
| HSL | 156.19º | 0.78% | 0.16% | - |
| HSV(B) | 156.19º | 0.88% | 0.28% | - |
| XYZ | 2.94 | 4.9 | 3.48 | - |
| YUV | 50.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 47 | 0.88 | 0 | 0.35 | 0.72 | 156.19 | 0.78 | 0.16 |
| Hex | 9 | 48 | 2F | 58 | 0 | 23 | 48 | 9C | 4E | 10 |
| Octal | 11 | 110 | 57 | 130 | 0 | 43 | 110 | 234 | 116 | 20 |
| Binary | 1001 | 1001000 | 101111 | 1011000 | 0 | 100011 | 1001000 | 10011100 | 1001110 | 10000 |
Color Harmonies of #09482F
Complementary color
Monochromatic Colors of #09482F
Black with #09482F
Text Example
Text Example
White with #09482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09482F; }
p { color: rgb(9,72,47); }
H1.HeaderClassName
{
color: #09482F;
}
.AnyTagClassName
{
color: #09482F;
}
</style>
background-color css
<style>
a { background-color: #09482F; }
a { background-color: rgb(9,72,47); }
div.DivClassName
{
background-color: #09482F;
}
.BgClassName
{
background-color: #09482F;
}
</style>
border-color css
<style>
span { border-color: #09482F; }
span { border-color: rgb(9,72,47); }
td.TdClassName
{
border-color: #09482F;
}
.TagClassName
{
border-color: #09482F;
}
</style>