Shades of British Racing Green #093E2B
Tints of British Racing Green #093E2B
RGB
CMYK
RGB Variations
Color information
#093E2B (or 0x093E2B) is known color: British Racing Green. HEX triplet: 09, 3E and 2B. RGB value is (9,62,43). Sum of RGB (Red+Green+Blue) = 9+62+43=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #093E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E2B is #F6C1D4. Grayscale: #2C2C2C. Windows color (decimal): -16171477 or 2833929. OLE color: 2833929.
HSL color Cylindrical-coordinate representation of color #093E2B: hue angle of 158.49º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E2B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
RGB | 9 | 62 | 43 | - |
CMYK | 0.85 | 0 | 0.31 | 0.76 |
HSL | 158.49º | 0.75% | 0.14% | - |
HSV(B) | 158.49º | 0.85% | 0.24% | - |
XYZ | 2.27 | 3.68 | 2.88 | - |
YUV | 43.99 | 127.44 | 103.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 62 | 43 | 0.85 | 0 | 0.31 | 0.76 | 158.49 | 0.75 | 0.14 |
Hex | 9 | 3E | 2B | 55 | 0 | 1F | 4C | 9E | 4B | E |
Octal | 11 | 76 | 53 | 125 | 0 | 37 | 114 | 236 | 113 | 16 |
Binary | 1001 | 111110 | 101011 | 1010101 | 0 | 11111 | 1001100 | 10011110 | 1001011 | 1110 |
Color Harmonies of #093E2B
Complementary color
Monochromatic Colors of #093E2B
Black with #093E2B
Text Example
Text Example
White with #093E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E2B; }
p { color: rgb(9,62,43); }
H1.HeaderClassName
{
color: #093E2B;
}
.AnyTagClassName
{
color: #093E2B;
}
</style>
background-color css
<style>
a { background-color: #093E2B; }
a { background-color: rgb(9,62,43); }
div.DivClassName
{
background-color: #093E2B;
}
.BgClassName
{
background-color: #093E2B;
}
</style>
border-color css
<style>
span { border-color: #093E2B; }
span { border-color: rgb(9,62,43); }
td.TdClassName
{
border-color: #093E2B;
}
.TagClassName
{
border-color: #093E2B;
}
</style>