Shades of British Racing Green #093A28
Tints of British Racing Green #093A28
RGB
CMYK
RGB Variations
Color information
#093A28 (or 0x093A28) is known color: British Racing Green. HEX triplet: 09, 3A and 28. RGB value is (9,58,40). Sum of RGB (Red+Green+Blue) = 9+58+40=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #093A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A28 is #F6C5D7. Grayscale: #292929. Windows color (decimal): -16172504 or 2636297. OLE color: 2636297.
HSL color Cylindrical-coordinate representation of color #093A28: hue angle of 157.96º 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 #093A28 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 58 | 40 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.77 |
| HSL | 157.96º | 0.73% | 0.13% | - |
| HSV(B) | 157.96º | 0.84% | 0.23% | - |
| XYZ | 2.01 | 3.24 | 2.53 | - |
| YUV | 41.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 40 | 0.84 | 0 | 0.31 | 0.77 | 157.96 | 0.73 | 0.13 |
| Hex | 9 | 3A | 28 | 54 | 0 | 1F | 4D | 9E | 49 | D |
| Octal | 11 | 72 | 50 | 124 | 0 | 37 | 115 | 236 | 111 | 15 |
| Binary | 1001 | 111010 | 101000 | 1010100 | 0 | 11111 | 1001101 | 10011110 | 1001001 | 1101 |
Color Harmonies of #093A28
Complementary color
Monochromatic Colors of #093A28
Black with #093A28
Text Example
Text Example
White with #093A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A28; }
p { color: rgb(9,58,40); }
H1.HeaderClassName
{
color: #093A28;
}
.AnyTagClassName
{
color: #093A28;
}
</style>
background-color css
<style>
a { background-color: #093A28; }
a { background-color: rgb(9,58,40); }
div.DivClassName
{
background-color: #093A28;
}
.BgClassName
{
background-color: #093A28;
}
</style>
border-color css
<style>
span { border-color: #093A28; }
span { border-color: rgb(9,58,40); }
td.TdClassName
{
border-color: #093A28;
}
.TagClassName
{
border-color: #093A28;
}
</style>