Shades of British Racing Green #09422F
Tints of British Racing Green #09422F
RGB
CMYK
RGB Variations
Color information
#09422F (or 0x09422F) is known color: British Racing Green. HEX triplet: 09, 42 and 2F. RGB value is (9,66,47). Sum of RGB (Red+Green+Blue) = 9+66+47=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #09422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09422F is #F6BDD0. Grayscale: #2E2E2E. Windows color (decimal): -16170449 or 3097097. OLE color: 3097097.
HSL color Cylindrical-coordinate representation of color #09422F: hue angle of 160º 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 #09422F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 47 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.74 |
| HSL | 160º | 0.76% | 0.15% | - |
| HSV(B) | 160º | 0.86% | 0.26% | - |
| XYZ | 2.57 | 4.16 | 3.36 | - |
| YUV | 46.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 47 | 0.86 | 0 | 0.29 | 0.74 | 160 | 0.76 | 0.15 |
| Hex | 9 | 42 | 2F | 56 | 0 | 1D | 4A | A0 | 4C | F |
| Octal | 11 | 102 | 57 | 126 | 0 | 35 | 112 | 240 | 114 | 17 |
| Binary | 1001 | 1000010 | 101111 | 1010110 | 0 | 11101 | 1001010 | 10100000 | 1001100 | 1111 |
Color Harmonies of #09422F
Complementary color
Monochromatic Colors of #09422F
Black with #09422F
Text Example
Text Example
White with #09422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09422F; }
p { color: rgb(9,66,47); }
H1.HeaderClassName
{
color: #09422F;
}
.AnyTagClassName
{
color: #09422F;
}
</style>
background-color css
<style>
a { background-color: #09422F; }
a { background-color: rgb(9,66,47); }
div.DivClassName
{
background-color: #09422F;
}
.BgClassName
{
background-color: #09422F;
}
</style>
border-color css
<style>
span { border-color: #09422F; }
span { border-color: rgb(9,66,47); }
td.TdClassName
{
border-color: #09422F;
}
.TagClassName
{
border-color: #09422F;
}
</style>