Shades of British Racing Green #093B28
Tints of British Racing Green #093B28
RGB
CMYK
RGB Variations
Color information
#093B28 (or 0x093B28) is known color: British Racing Green. HEX triplet: 09, 3B and 28. RGB value is (9,59,40). Sum of RGB (Red+Green+Blue) = 9+59+40=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #093B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B28 is #F6C4D7. Grayscale: #292929. Windows color (decimal): -16172248 or 2636553. OLE color: 2636553.
HSL color Cylindrical-coordinate representation of color #093B28: hue angle of 157.2º 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 #093B28 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 40 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.77 |
| HSL | 157.2º | 0.74% | 0.13% | - |
| HSV(B) | 157.2º | 0.85% | 0.23% | - |
| XYZ | 2.06 | 3.34 | 2.54 | - |
| YUV | 41.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 40 | 0.85 | 0 | 0.32 | 0.77 | 157.2 | 0.74 | 0.13 |
| Hex | 9 | 3B | 28 | 55 | 0 | 20 | 4D | 9D | 4A | D |
| Octal | 11 | 73 | 50 | 125 | 0 | 40 | 115 | 235 | 112 | 15 |
| Binary | 1001 | 111011 | 101000 | 1010101 | 0 | 100000 | 1001101 | 10011101 | 1001010 | 1101 |
Color Harmonies of #093B28
Complementary color
Monochromatic Colors of #093B28
Black with #093B28
Text Example
Text Example
White with #093B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B28; }
p { color: rgb(9,59,40); }
H1.HeaderClassName
{
color: #093B28;
}
.AnyTagClassName
{
color: #093B28;
}
</style>
background-color css
<style>
a { background-color: #093B28; }
a { background-color: rgb(9,59,40); }
div.DivClassName
{
background-color: #093B28;
}
.BgClassName
{
background-color: #093B28;
}
</style>
border-color css
<style>
span { border-color: #093B28; }
span { border-color: rgb(9,59,40); }
td.TdClassName
{
border-color: #093B28;
}
.TagClassName
{
border-color: #093B28;
}
</style>