Shades of British Racing Green #09422E
Tints of British Racing Green #09422E
RGB
CMYK
RGB Variations
Color information
#09422E (or 0x09422E) is known color: British Racing Green. HEX triplet: 09, 42 and 2E. RGB value is (9,66,46). Sum of RGB (Red+Green+Blue) = 9+66+46=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #09422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09422E is #F6BDD1. Grayscale: #2E2E2E. Windows color (decimal): -16170450 or 3031561. OLE color: 3031561.
HSL color Cylindrical-coordinate representation of color #09422E: hue angle of 158.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09422E is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 46 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.74 |
| HSL | 158.95º | 0.76% | 0.15% | - |
| HSV(B) | 158.95º | 0.86% | 0.26% | - |
| XYZ | 2.55 | 4.15 | 3.25 | - |
| YUV | 46.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 46 | 0.86 | 0 | 0.30 | 0.74 | 158.95 | 0.76 | 0.15 |
| Hex | 9 | 42 | 2E | 56 | 0 | 1E | 4A | 9F | 4C | F |
| Octal | 11 | 102 | 56 | 126 | 0 | 36 | 112 | 237 | 114 | 17 |
| Binary | 1001 | 1000010 | 101110 | 1010110 | 0 | 11110 | 1001010 | 10011111 | 1001100 | 1111 |
Color Harmonies of #09422E
Complementary color
Monochromatic Colors of #09422E
Black with #09422E
Text Example
Text Example
White with #09422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09422E; }
p { color: rgb(9,66,46); }
H1.HeaderClassName
{
color: #09422E;
}
.AnyTagClassName
{
color: #09422E;
}
</style>
background-color css
<style>
a { background-color: #09422E; }
a { background-color: rgb(9,66,46); }
div.DivClassName
{
background-color: #09422E;
}
.BgClassName
{
background-color: #09422E;
}
</style>
border-color css
<style>
span { border-color: #09422E; }
span { border-color: rgb(9,66,46); }
td.TdClassName
{
border-color: #09422E;
}
.TagClassName
{
border-color: #09422E;
}
</style>