Shades of British Racing Green #093B2A
Tints of British Racing Green #093B2A
RGB
CMYK
RGB Variations
Color information
#093B2A (or 0x093B2A) is known color: British Racing Green. HEX triplet: 09, 3B and 2A. RGB value is (9,59,42). Sum of RGB (Red+Green+Blue) = 9+59+42=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #093B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B2A is #F6C4D5. Grayscale: #2A2A2A. Windows color (decimal): -16172246 or 2767625. OLE color: 2767625.
HSL color Cylindrical-coordinate representation of color #093B2A: hue angle of 159.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B2A is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 42 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.77 |
| HSL | 159.6º | 0.74% | 0.13% | - |
| HSV(B) | 159.6º | 0.85% | 0.23% | - |
| XYZ | 2.09 | 3.35 | 2.73 | - |
| YUV | 42.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 42 | 0.85 | 0 | 0.29 | 0.77 | 159.6 | 0.74 | 0.13 |
| Hex | 9 | 3B | 2A | 55 | 0 | 1D | 4D | A0 | 4A | D |
| Octal | 11 | 73 | 52 | 125 | 0 | 35 | 115 | 240 | 112 | 15 |
| Binary | 1001 | 111011 | 101010 | 1010101 | 0 | 11101 | 1001101 | 10100000 | 1001010 | 1101 |
Color Harmonies of #093B2A
Complementary color
Monochromatic Colors of #093B2A
Black with #093B2A
Text Example
Text Example
White with #093B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B2A; }
p { color: rgb(9,59,42); }
H1.HeaderClassName
{
color: #093B2A;
}
.AnyTagClassName
{
color: #093B2A;
}
</style>
background-color css
<style>
a { background-color: #093B2A; }
a { background-color: rgb(9,59,42); }
div.DivClassName
{
background-color: #093B2A;
}
.BgClassName
{
background-color: #093B2A;
}
</style>
border-color css
<style>
span { border-color: #093B2A; }
span { border-color: rgb(9,59,42); }
td.TdClassName
{
border-color: #093B2A;
}
.TagClassName
{
border-color: #093B2A;
}
</style>