Shades of British Racing Green #093F2D
Tints of British Racing Green #093F2D
RGB
CMYK
RGB Variations
Color information
#093F2D (or 0x093F2D) is known color: British Racing Green. HEX triplet: 09, 3F and 2D. RGB value is (9,63,45). Sum of RGB (Red+Green+Blue) = 9+63+45=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #093F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F2D is #F6C0D2. Grayscale: #2C2C2C. Windows color (decimal): -16171219 or 2965257. OLE color: 2965257.
HSL color Cylindrical-coordinate representation of color #093F2D: hue angle of 160º 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 #093F2D is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 45 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.75 |
| HSL | 160º | 0.75% | 0.14% | - |
| HSV(B) | 160º | 0.86% | 0.25% | - |
| XYZ | 2.36 | 3.8 | 3.09 | - |
| YUV | 44.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 45 | 0.86 | 0 | 0.29 | 0.75 | 160 | 0.75 | 0.14 |
| Hex | 9 | 3F | 2D | 56 | 0 | 1D | 4B | A0 | 4B | E |
| Octal | 11 | 77 | 55 | 126 | 0 | 35 | 113 | 240 | 113 | 16 |
| Binary | 1001 | 111111 | 101101 | 1010110 | 0 | 11101 | 1001011 | 10100000 | 1001011 | 1110 |
Color Harmonies of #093F2D
Complementary color
Monochromatic Colors of #093F2D
Black with #093F2D
Text Example
Text Example
White with #093F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F2D; }
p { color: rgb(9,63,45); }
H1.HeaderClassName
{
color: #093F2D;
}
.AnyTagClassName
{
color: #093F2D;
}
</style>
background-color css
<style>
a { background-color: #093F2D; }
a { background-color: rgb(9,63,45); }
div.DivClassName
{
background-color: #093F2D;
}
.BgClassName
{
background-color: #093F2D;
}
</style>
border-color css
<style>
span { border-color: #093F2D; }
span { border-color: rgb(9,63,45); }
td.TdClassName
{
border-color: #093F2D;
}
.TagClassName
{
border-color: #093F2D;
}
</style>