Shades of British Racing Green #09422A
Tints of British Racing Green #09422A
RGB
CMYK
RGB Variations
Color information
#09422A (or 0x09422A) is known color: British Racing Green. HEX triplet: 09, 42 and 2A. RGB value is (9,66,42). Sum of RGB (Red+Green+Blue) = 9+66+42=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #09422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09422A is #F6BDD5. Grayscale: #2E2E2E. Windows color (decimal): -16170454 or 2769417. OLE color: 2769417.
HSL color Cylindrical-coordinate representation of color #09422A: hue angle of 154.74º 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 #09422A is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 42 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.74 |
| HSL | 154.74º | 0.76% | 0.15% | - |
| HSV(B) | 154.74º | 0.86% | 0.26% | - |
| XYZ | 2.48 | 4.12 | 2.86 | - |
| YUV | 46.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 42 | 0.86 | 0 | 0.36 | 0.74 | 154.74 | 0.76 | 0.15 |
| Hex | 9 | 42 | 2A | 56 | 0 | 24 | 4A | 9B | 4C | F |
| Octal | 11 | 102 | 52 | 126 | 0 | 44 | 112 | 233 | 114 | 17 |
| Binary | 1001 | 1000010 | 101010 | 1010110 | 0 | 100100 | 1001010 | 10011011 | 1001100 | 1111 |
Color Harmonies of #09422A
Complementary color
Monochromatic Colors of #09422A
Black with #09422A
Text Example
Text Example
White with #09422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09422A; }
p { color: rgb(9,66,42); }
H1.HeaderClassName
{
color: #09422A;
}
.AnyTagClassName
{
color: #09422A;
}
</style>
background-color css
<style>
a { background-color: #09422A; }
a { background-color: rgb(9,66,42); }
div.DivClassName
{
background-color: #09422A;
}
.BgClassName
{
background-color: #09422A;
}
</style>
border-color css
<style>
span { border-color: #09422A; }
span { border-color: rgb(9,66,42); }
td.TdClassName
{
border-color: #09422A;
}
.TagClassName
{
border-color: #09422A;
}
</style>