Shades of British Racing Green #09462D
Tints of British Racing Green #09462D
RGB
CMYK
RGB Variations
Color information
#09462D (or 0x09462D) is known color: British Racing Green. HEX triplet: 09, 46 and 2D. RGB value is (9,70,45). Sum of RGB (Red+Green+Blue) = 9+70+45=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #09462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09462D is #F6B9D2. Grayscale: #303030. Windows color (decimal): -16169427 or 2967049. OLE color: 2967049.
HSL color Cylindrical-coordinate representation of color #09462D: hue angle of 155.41º 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 #09462D is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 45 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.73 |
| HSL | 155.41º | 0.77% | 0.15% | - |
| HSV(B) | 155.41º | 0.87% | 0.27% | - |
| XYZ | 2.78 | 4.63 | 3.23 | - |
| YUV | 48.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 45 | 0.87 | 0 | 0.36 | 0.73 | 155.41 | 0.77 | 0.15 |
| Hex | 9 | 46 | 2D | 57 | 0 | 24 | 49 | 9B | 4D | F |
| Octal | 11 | 106 | 55 | 127 | 0 | 44 | 111 | 233 | 115 | 17 |
| Binary | 1001 | 1000110 | 101101 | 1010111 | 0 | 100100 | 1001001 | 10011011 | 1001101 | 1111 |
Color Harmonies of #09462D
Complementary color
Monochromatic Colors of #09462D
Black with #09462D
Text Example
Text Example
White with #09462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09462D; }
p { color: rgb(9,70,45); }
H1.HeaderClassName
{
color: #09462D;
}
.AnyTagClassName
{
color: #09462D;
}
</style>
background-color css
<style>
a { background-color: #09462D; }
a { background-color: rgb(9,70,45); }
div.DivClassName
{
background-color: #09462D;
}
.BgClassName
{
background-color: #09462D;
}
</style>
border-color css
<style>
span { border-color: #09462D; }
span { border-color: rgb(9,70,45); }
td.TdClassName
{
border-color: #09462D;
}
.TagClassName
{
border-color: #09462D;
}
</style>