Shades of British Racing Green #09412D
Tints of British Racing Green #09412D
RGB
CMYK
RGB Variations
Color information
#09412D (or 0x09412D) is known color: British Racing Green. HEX triplet: 09, 41 and 2D. RGB value is (9,65,45). Sum of RGB (Red+Green+Blue) = 9+65+45=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #09412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09412D is #F6BED2. Grayscale: #2E2E2E. Windows color (decimal): -16170707 or 2965769. OLE color: 2965769.
HSL color Cylindrical-coordinate representation of color #09412D: hue angle of 158.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 #09412D is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 45 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.75 |
| HSL | 158.57º | 0.76% | 0.15% | - |
| HSV(B) | 158.57º | 0.86% | 0.25% | - |
| XYZ | 2.48 | 4.03 | 3.13 | - |
| YUV | 45.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 45 | 0.86 | 0 | 0.31 | 0.75 | 158.57 | 0.76 | 0.15 |
| Hex | 9 | 41 | 2D | 56 | 0 | 1F | 4B | 9F | 4C | F |
| Octal | 11 | 101 | 55 | 126 | 0 | 37 | 113 | 237 | 114 | 17 |
| Binary | 1001 | 1000001 | 101101 | 1010110 | 0 | 11111 | 1001011 | 10011111 | 1001100 | 1111 |
Color Harmonies of #09412D
Complementary color
Monochromatic Colors of #09412D
Black with #09412D
Text Example
Text Example
White with #09412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09412D; }
p { color: rgb(9,65,45); }
H1.HeaderClassName
{
color: #09412D;
}
.AnyTagClassName
{
color: #09412D;
}
</style>
background-color css
<style>
a { background-color: #09412D; }
a { background-color: rgb(9,65,45); }
div.DivClassName
{
background-color: #09412D;
}
.BgClassName
{
background-color: #09412D;
}
</style>
border-color css
<style>
span { border-color: #09412D; }
span { border-color: rgb(9,65,45); }
td.TdClassName
{
border-color: #09412D;
}
.TagClassName
{
border-color: #09412D;
}
</style>