Shades of British Racing Green #093E24
Tints of British Racing Green #093E24
RGB
CMYK
RGB Variations
Color information
#093E24 (or 0x093E24) is known color: British Racing Green. HEX triplet: 09, 3E and 24. RGB value is (9,62,36). Sum of RGB (Red+Green+Blue) = 9+62+36=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 62 (24.61% from 255 or 57.94% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 62 - color contains mainly: green. Hex color #093E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E24 is #F6C1DB. Grayscale: #2B2B2B. Windows color (decimal): -16171484 or 2375177. OLE color: 2375177.
HSL color Cylindrical-coordinate representation of color #093E24: hue angle of 150.57º 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 #093E24 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 62 | 36 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.76 |
| HSL | 150.57º | 0.75% | 0.14% | - |
| HSV(B) | 150.57º | 0.85% | 0.24% | - |
| XYZ | 2.15 | 3.63 | 2.26 | - |
| YUV | 43.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 36 | 0.85 | 0 | 0.42 | 0.76 | 150.57 | 0.75 | 0.14 |
| Hex | 9 | 3E | 24 | 55 | 0 | 2A | 4C | 97 | 4B | E |
| Octal | 11 | 76 | 44 | 125 | 0 | 52 | 114 | 227 | 113 | 16 |
| Binary | 1001 | 111110 | 100100 | 1010101 | 0 | 101010 | 1001100 | 10010111 | 1001011 | 1110 |
Color Harmonies of #093E24
Complementary color
Monochromatic Colors of #093E24
Black with #093E24
Text Example
Text Example
White with #093E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E24; }
p { color: rgb(9,62,36); }
H1.HeaderClassName
{
color: #093E24;
}
.AnyTagClassName
{
color: #093E24;
}
</style>
background-color css
<style>
a { background-color: #093E24; }
a { background-color: rgb(9,62,36); }
div.DivClassName
{
background-color: #093E24;
}
.BgClassName
{
background-color: #093E24;
}
</style>
border-color css
<style>
span { border-color: #093E24; }
span { border-color: rgb(9,62,36); }
td.TdClassName
{
border-color: #093E24;
}
.TagClassName
{
border-color: #093E24;
}
</style>