Shades of British Racing Green #09432D
Tints of British Racing Green #09432D
RGB
CMYK
RGB Variations
Color information
#09432D (or 0x09432D) is known color: British Racing Green. HEX triplet: 09, 43 and 2D. RGB value is (9,67,45). Sum of RGB (Red+Green+Blue) = 9+67+45=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #09432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09432D is #F6BCD2. Grayscale: #2F2F2F. Windows color (decimal): -16170195 or 2966281. OLE color: 2966281.
HSL color Cylindrical-coordinate representation of color #09432D: hue angle of 157.24º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09432D is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 45 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.74 |
| HSL | 157.24º | 0.76% | 0.15% | - |
| HSV(B) | 157.24º | 0.87% | 0.26% | - |
| XYZ | 2.59 | 4.26 | 3.17 | - |
| YUV | 47.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 45 | 0.87 | 0 | 0.33 | 0.74 | 157.24 | 0.76 | 0.15 |
| Hex | 9 | 43 | 2D | 57 | 0 | 21 | 4A | 9D | 4C | F |
| Octal | 11 | 103 | 55 | 127 | 0 | 41 | 112 | 235 | 114 | 17 |
| Binary | 1001 | 1000011 | 101101 | 1010111 | 0 | 100001 | 1001010 | 10011101 | 1001100 | 1111 |
Color Harmonies of #09432D
Complementary color
Monochromatic Colors of #09432D
Black with #09432D
Text Example
Text Example
White with #09432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09432D; }
p { color: rgb(9,67,45); }
H1.HeaderClassName
{
color: #09432D;
}
.AnyTagClassName
{
color: #09432D;
}
</style>
background-color css
<style>
a { background-color: #09432D; }
a { background-color: rgb(9,67,45); }
div.DivClassName
{
background-color: #09432D;
}
.BgClassName
{
background-color: #09432D;
}
</style>
border-color css
<style>
span { border-color: #09432D; }
span { border-color: rgb(9,67,45); }
td.TdClassName
{
border-color: #09432D;
}
.TagClassName
{
border-color: #09432D;
}
</style>