Shades of British Racing Green #09462C
Tints of British Racing Green #09462C
RGB
CMYK
RGB Variations
Color information
#09462C (or 0x09462C) is known color: British Racing Green. HEX triplet: 09, 46 and 2C. RGB value is (9,70,44). Sum of RGB (Red+Green+Blue) = 9+70+44=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #09462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09462C is #F6B9D3. Grayscale: #303030. Windows color (decimal): -16169428 or 2901513. OLE color: 2901513.
HSL color Cylindrical-coordinate representation of color #09462C: hue angle of 154.43º 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 #09462C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 44 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.73 |
| HSL | 154.43º | 0.77% | 0.15% | - |
| HSV(B) | 154.43º | 0.87% | 0.27% | - |
| XYZ | 2.76 | 4.62 | 3.13 | - |
| YUV | 48.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 44 | 0.87 | 0 | 0.37 | 0.73 | 154.43 | 0.77 | 0.15 |
| Hex | 9 | 46 | 2C | 57 | 0 | 25 | 49 | 9A | 4D | F |
| Octal | 11 | 106 | 54 | 127 | 0 | 45 | 111 | 232 | 115 | 17 |
| Binary | 1001 | 1000110 | 101100 | 1010111 | 0 | 100101 | 1001001 | 10011010 | 1001101 | 1111 |
Color Harmonies of #09462C
Complementary color
Monochromatic Colors of #09462C
Black with #09462C
Text Example
Text Example
White with #09462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09462C; }
p { color: rgb(9,70,44); }
H1.HeaderClassName
{
color: #09462C;
}
.AnyTagClassName
{
color: #09462C;
}
</style>
background-color css
<style>
a { background-color: #09462C; }
a { background-color: rgb(9,70,44); }
div.DivClassName
{
background-color: #09462C;
}
.BgClassName
{
background-color: #09462C;
}
</style>
border-color css
<style>
span { border-color: #09462C; }
span { border-color: rgb(9,70,44); }
td.TdClassName
{
border-color: #09462C;
}
.TagClassName
{
border-color: #09462C;
}
</style>