Shades of British Racing Green #09411F
Tints of British Racing Green #09411F
RGB
CMYK
RGB Variations
Color information
#09411F (or 0x09411F) is known color: British Racing Green. HEX triplet: 09, 41 and 1F. RGB value is (9,65,31). Sum of RGB (Red+Green+Blue) = 9+65+31=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #09411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411F is #F6BEE0. Grayscale: #2C2C2C. Windows color (decimal): -16170721 or 2048265. OLE color: 2048265.
HSL color Cylindrical-coordinate representation of color #09411F: hue angle of 143.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09411F is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 31 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.75 |
| HSL | 143.57º | 0.76% | 0.15% | - |
| HSV(B) | 143.57º | 0.86% | 0.25% | - |
| XYZ | 2.25 | 3.94 | 1.94 | - |
| YUV | 44.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 31 | 0.86 | 0 | 0.52 | 0.75 | 143.57 | 0.76 | 0.15 |
| Hex | 9 | 41 | 1F | 56 | 0 | 34 | 4B | 90 | 4C | F |
| Octal | 11 | 101 | 37 | 126 | 0 | 64 | 113 | 220 | 114 | 17 |
| Binary | 1001 | 1000001 | 11111 | 1010110 | 0 | 110100 | 1001011 | 10010000 | 1001100 | 1111 |
Color Harmonies of #09411F
Complementary color
Monochromatic Colors of #09411F
Black with #09411F
Text Example
Text Example
White with #09411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09411F; }
p { color: rgb(9,65,31); }
H1.HeaderClassName
{
color: #09411F;
}
.AnyTagClassName
{
color: #09411F;
}
</style>
background-color css
<style>
a { background-color: #09411F; }
a { background-color: rgb(9,65,31); }
div.DivClassName
{
background-color: #09411F;
}
.BgClassName
{
background-color: #09411F;
}
</style>
border-color css
<style>
span { border-color: #09411F; }
span { border-color: rgb(9,65,31); }
td.TdClassName
{
border-color: #09411F;
}
.TagClassName
{
border-color: #09411F;
}
</style>