Shades of British Racing Green #09402D
Tints of British Racing Green #09402D
RGB
CMYK
RGB Variations
Color information
#09402D (or 0x09402D) is known color: British Racing Green. HEX triplet: 09, 40 and 2D. RGB value is (9,64,45). Sum of RGB (Red+Green+Blue) = 9+64+45=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #09402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402D is #F6BFD2. Grayscale: #2D2D2D. Windows color (decimal): -16170963 or 2965513. OLE color: 2965513.
HSL color Cylindrical-coordinate representation of color #09402D: hue angle of 159.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09402D is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 45 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.75 |
| HSL | 159.27º | 0.75% | 0.14% | - |
| HSV(B) | 159.27º | 0.86% | 0.25% | - |
| XYZ | 2.42 | 3.91 | 3.11 | - |
| YUV | 45.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 45 | 0.86 | 0 | 0.30 | 0.75 | 159.27 | 0.75 | 0.14 |
| Hex | 9 | 40 | 2D | 56 | 0 | 1E | 4B | 9F | 4B | E |
| Octal | 11 | 100 | 55 | 126 | 0 | 36 | 113 | 237 | 113 | 16 |
| Binary | 1001 | 1000000 | 101101 | 1010110 | 0 | 11110 | 1001011 | 10011111 | 1001011 | 1110 |
Color Harmonies of #09402D
Complementary color
Monochromatic Colors of #09402D
Black with #09402D
Text Example
Text Example
White with #09402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09402D; }
p { color: rgb(9,64,45); }
H1.HeaderClassName
{
color: #09402D;
}
.AnyTagClassName
{
color: #09402D;
}
</style>
background-color css
<style>
a { background-color: #09402D; }
a { background-color: rgb(9,64,45); }
div.DivClassName
{
background-color: #09402D;
}
.BgClassName
{
background-color: #09402D;
}
</style>
border-color css
<style>
span { border-color: #09402D; }
span { border-color: rgb(9,64,45); }
td.TdClassName
{
border-color: #09402D;
}
.TagClassName
{
border-color: #09402D;
}
</style>