Shades of British Racing Green #09432F
Tints of British Racing Green #09432F
RGB
CMYK
RGB Variations
Color information
#09432F (or 0x09432F) is known color: British Racing Green. HEX triplet: 09, 43 and 2F. RGB value is (9,67,47). Sum of RGB (Red+Green+Blue) = 9+67+47=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #09432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09432F is #F6BCD0. Grayscale: #2F2F2F. Windows color (decimal): -16170193 or 3097353. OLE color: 3097353.
HSL color Cylindrical-coordinate representation of color #09432F: hue angle of 159.31º 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 #09432F is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 47 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.74 |
| HSL | 159.31º | 0.76% | 0.15% | - |
| HSV(B) | 159.31º | 0.87% | 0.26% | - |
| XYZ | 2.63 | 4.28 | 3.38 | - |
| YUV | 47.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 47 | 0.87 | 0 | 0.30 | 0.74 | 159.31 | 0.76 | 0.15 |
| Hex | 9 | 43 | 2F | 57 | 0 | 1E | 4A | 9F | 4C | F |
| Octal | 11 | 103 | 57 | 127 | 0 | 36 | 112 | 237 | 114 | 17 |
| Binary | 1001 | 1000011 | 101111 | 1010111 | 0 | 11110 | 1001010 | 10011111 | 1001100 | 1111 |
Color Harmonies of #09432F
Complementary color
Monochromatic Colors of #09432F
Black with #09432F
Text Example
Text Example
White with #09432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09432F; }
p { color: rgb(9,67,47); }
H1.HeaderClassName
{
color: #09432F;
}
.AnyTagClassName
{
color: #09432F;
}
</style>
background-color css
<style>
a { background-color: #09432F; }
a { background-color: rgb(9,67,47); }
div.DivClassName
{
background-color: #09432F;
}
.BgClassName
{
background-color: #09432F;
}
</style>
border-color css
<style>
span { border-color: #09432F; }
span { border-color: rgb(9,67,47); }
td.TdClassName
{
border-color: #09432F;
}
.TagClassName
{
border-color: #09432F;
}
</style>