Shades of British Racing Green #093B1F
Tints of British Racing Green #093B1F
RGB
CMYK
RGB Variations
Color information
#093B1F (or 0x093B1F) is known color: British Racing Green. HEX triplet: 09, 3B and 1F. RGB value is (9,59,31). Sum of RGB (Red+Green+Blue) = 9+59+31=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 59 (23.44% from 255 or 59.60% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 59 - color contains mainly: green. Hex color #093B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B1F is #F6C4E0. Grayscale: #282828. Windows color (decimal): -16172257 or 2046729. OLE color: 2046729.
HSL color Cylindrical-coordinate representation of color #093B1F: hue angle of 146.4º 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 #093B1F is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 31 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.77 |
| HSL | 146.4º | 0.74% | 0.13% | - |
| HSV(B) | 146.4º | 0.85% | 0.23% | - |
| XYZ | 1.92 | 3.28 | 1.83 | - |
| YUV | 40.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 31 | 0.85 | 0 | 0.47 | 0.77 | 146.4 | 0.74 | 0.13 |
| Hex | 9 | 3B | 1F | 55 | 0 | 2F | 4D | 92 | 4A | D |
| Octal | 11 | 73 | 37 | 125 | 0 | 57 | 115 | 222 | 112 | 15 |
| Binary | 1001 | 111011 | 11111 | 1010101 | 0 | 101111 | 1001101 | 10010010 | 1001010 | 1101 |
Color Harmonies of #093B1F
Complementary color
Monochromatic Colors of #093B1F
Black with #093B1F
Text Example
Text Example
White with #093B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B1F; }
p { color: rgb(9,59,31); }
H1.HeaderClassName
{
color: #093B1F;
}
.AnyTagClassName
{
color: #093B1F;
}
</style>
background-color css
<style>
a { background-color: #093B1F; }
a { background-color: rgb(9,59,31); }
div.DivClassName
{
background-color: #093B1F;
}
.BgClassName
{
background-color: #093B1F;
}
</style>
border-color css
<style>
span { border-color: #093B1F; }
span { border-color: rgb(9,59,31); }
td.TdClassName
{
border-color: #093B1F;
}
.TagClassName
{
border-color: #093B1F;
}
</style>