Shades of British Racing Green #093F2B
Tints of British Racing Green #093F2B
RGB
CMYK
RGB Variations
Color information
#093F2B (or 0x093F2B) is known color: British Racing Green. HEX triplet: 09, 3F and 2B. RGB value is (9,63,43). Sum of RGB (Red+Green+Blue) = 9+63+43=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #093F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F2B is #F6C0D4. Grayscale: #2C2C2C. Windows color (decimal): -16171221 or 2834185. OLE color: 2834185.
HSL color Cylindrical-coordinate representation of color #093F2B: hue angle of 157.78º 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 #093F2B is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 43 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.75 |
| HSL | 157.78º | 0.75% | 0.14% | - |
| HSV(B) | 157.78º | 0.86% | 0.25% | - |
| XYZ | 2.33 | 3.79 | 2.89 | - |
| YUV | 44.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 43 | 0.86 | 0 | 0.32 | 0.75 | 157.78 | 0.75 | 0.14 |
| Hex | 9 | 3F | 2B | 56 | 0 | 20 | 4B | 9E | 4B | E |
| Octal | 11 | 77 | 53 | 126 | 0 | 40 | 113 | 236 | 113 | 16 |
| Binary | 1001 | 111111 | 101011 | 1010110 | 0 | 100000 | 1001011 | 10011110 | 1001011 | 1110 |
Color Harmonies of #093F2B
Complementary color
Monochromatic Colors of #093F2B
Black with #093F2B
Text Example
Text Example
White with #093F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F2B; }
p { color: rgb(9,63,43); }
H1.HeaderClassName
{
color: #093F2B;
}
.AnyTagClassName
{
color: #093F2B;
}
</style>
background-color css
<style>
a { background-color: #093F2B; }
a { background-color: rgb(9,63,43); }
div.DivClassName
{
background-color: #093F2B;
}
.BgClassName
{
background-color: #093F2B;
}
</style>
border-color css
<style>
span { border-color: #093F2B; }
span { border-color: rgb(9,63,43); }
td.TdClassName
{
border-color: #093F2B;
}
.TagClassName
{
border-color: #093F2B;
}
</style>