Shades of British Racing Green #093A1E
Tints of British Racing Green #093A1E
RGB
CMYK
RGB Variations
Color information
#093A1E (or 0x093A1E) is known color: British Racing Green. HEX triplet: 09, 3A and 1E. RGB value is (9,58,30). Sum of RGB (Red+Green+Blue) = 9+58+30=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1E is #F6C5E1. Grayscale: #282828. Windows color (decimal): -16172514 or 1980937. OLE color: 1980937.
HSL color Cylindrical-coordinate representation of color #093A1E: hue angle of 145.71º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A1E is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 30 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.77 |
| HSL | 145.71º | 0.73% | 0.13% | - |
| HSV(B) | 145.71º | 0.84% | 0.23% | - |
| XYZ | 1.86 | 3.18 | 1.74 | - |
| YUV | 40.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 30 | 0.84 | 0 | 0.48 | 0.77 | 145.71 | 0.73 | 0.13 |
| Hex | 9 | 3A | 1E | 54 | 0 | 30 | 4D | 92 | 49 | D |
| Octal | 11 | 72 | 36 | 124 | 0 | 60 | 115 | 222 | 111 | 15 |
| Binary | 1001 | 111010 | 11110 | 1010100 | 0 | 110000 | 1001101 | 10010010 | 1001001 | 1101 |
Color Harmonies of #093A1E
Complementary color
Monochromatic Colors of #093A1E
Black with #093A1E
Text Example
Text Example
White with #093A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A1E; }
p { color: rgb(9,58,30); }
H1.HeaderClassName
{
color: #093A1E;
}
.AnyTagClassName
{
color: #093A1E;
}
</style>
background-color css
<style>
a { background-color: #093A1E; }
a { background-color: rgb(9,58,30); }
div.DivClassName
{
background-color: #093A1E;
}
.BgClassName
{
background-color: #093A1E;
}
</style>
border-color css
<style>
span { border-color: #093A1E; }
span { border-color: rgb(9,58,30); }
td.TdClassName
{
border-color: #093A1E;
}
.TagClassName
{
border-color: #093A1E;
}
</style>