Shades of British Racing Green #09431F
Tints of British Racing Green #09431F
RGB
CMYK
RGB Variations
Color information
#09431F (or 0x09431F) is known color: British Racing Green. HEX triplet: 09, 43 and 1F. RGB value is (9,67,31). Sum of RGB (Red+Green+Blue) = 9+67+31=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #09431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09431F is #F6BCE0. Grayscale: #2D2D2D. Windows color (decimal): -16170209 or 2048777. OLE color: 2048777.
HSL color Cylindrical-coordinate representation of color #09431F: hue angle of 142.76º 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 #09431F is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 31 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.74 |
| HSL | 142.76º | 0.76% | 0.15% | - |
| HSV(B) | 142.76º | 0.87% | 0.26% | - |
| XYZ | 2.37 | 4.17 | 1.98 | - |
| YUV | 45.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 31 | 0.87 | 0 | 0.54 | 0.74 | 142.76 | 0.76 | 0.15 |
| Hex | 9 | 43 | 1F | 57 | 0 | 36 | 4A | 8F | 4C | F |
| Octal | 11 | 103 | 37 | 127 | 0 | 66 | 112 | 217 | 114 | 17 |
| Binary | 1001 | 1000011 | 11111 | 1010111 | 0 | 110110 | 1001010 | 10001111 | 1001100 | 1111 |
Color Harmonies of #09431F
Complementary color
Monochromatic Colors of #09431F
Black with #09431F
Text Example
Text Example
White with #09431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09431F; }
p { color: rgb(9,67,31); }
H1.HeaderClassName
{
color: #09431F;
}
.AnyTagClassName
{
color: #09431F;
}
</style>
background-color css
<style>
a { background-color: #09431F; }
a { background-color: rgb(9,67,31); }
div.DivClassName
{
background-color: #09431F;
}
.BgClassName
{
background-color: #09431F;
}
</style>
border-color css
<style>
span { border-color: #09431F; }
span { border-color: rgb(9,67,31); }
td.TdClassName
{
border-color: #09431F;
}
.TagClassName
{
border-color: #09431F;
}
</style>