Shades of British Racing Green #09452D
Tints of British Racing Green #09452D
RGB
CMYK
RGB Variations
Color information
#09452D (or 0x09452D) is known color: British Racing Green. HEX triplet: 09, 45 and 2D. RGB value is (9,69,45). Sum of RGB (Red+Green+Blue) = 9+69+45=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #09452D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09452D is #F6BAD2. Grayscale: #303030. Windows color (decimal): -16169683 or 2966793. OLE color: 2966793.
HSL color Cylindrical-coordinate representation of color #09452D: hue angle of 156º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09452D is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 45 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.73 |
| HSL | 156º | 0.77% | 0.15% | - |
| HSV(B) | 156º | 0.87% | 0.27% | - |
| XYZ | 2.71 | 4.5 | 3.21 | - |
| YUV | 48.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 45 | 0.87 | 0 | 0.35 | 0.73 | 156 | 0.77 | 0.15 |
| Hex | 9 | 45 | 2D | 57 | 0 | 23 | 49 | 9C | 4D | F |
| Octal | 11 | 105 | 55 | 127 | 0 | 43 | 111 | 234 | 115 | 17 |
| Binary | 1001 | 1000101 | 101101 | 1010111 | 0 | 100011 | 1001001 | 10011100 | 1001101 | 1111 |
Color Harmonies of #09452D
Complementary color
Monochromatic Colors of #09452D
Black with #09452D
Text Example
Text Example
White with #09452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09452D; }
p { color: rgb(9,69,45); }
H1.HeaderClassName
{
color: #09452D;
}
.AnyTagClassName
{
color: #09452D;
}
</style>
background-color css
<style>
a { background-color: #09452D; }
a { background-color: rgb(9,69,45); }
div.DivClassName
{
background-color: #09452D;
}
.BgClassName
{
background-color: #09452D;
}
</style>
border-color css
<style>
span { border-color: #09452D; }
span { border-color: rgb(9,69,45); }
td.TdClassName
{
border-color: #09452D;
}
.TagClassName
{
border-color: #09452D;
}
</style>