Shades of British Racing Green #093F27
Tints of British Racing Green #093F27
RGB
CMYK
RGB Variations
Color information
#093F27 (or 0x093F27) is known color: British Racing Green. HEX triplet: 09, 3F and 27. RGB value is (9,63,39). Sum of RGB (Red+Green+Blue) = 9+63+39=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 63 (25% from 255 or 56.76% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 63 - color contains mainly: green. Hex color #093F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F27 is #F6C0D8. Grayscale: #2C2C2C. Windows color (decimal): -16171225 or 2572041. OLE color: 2572041.
HSL color Cylindrical-coordinate representation of color #093F27: hue angle of 153.33º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F27 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 39 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.75 |
| HSL | 153.33º | 0.75% | 0.14% | - |
| HSV(B) | 153.33º | 0.86% | 0.25% | - |
| XYZ | 2.26 | 3.76 | 2.53 | - |
| YUV | 44.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 39 | 0.86 | 0 | 0.38 | 0.75 | 153.33 | 0.75 | 0.14 |
| Hex | 9 | 3F | 27 | 56 | 0 | 26 | 4B | 99 | 4B | E |
| Octal | 11 | 77 | 47 | 126 | 0 | 46 | 113 | 231 | 113 | 16 |
| Binary | 1001 | 111111 | 100111 | 1010110 | 0 | 100110 | 1001011 | 10011001 | 1001011 | 1110 |
Color Harmonies of #093F27
Complementary color
Monochromatic Colors of #093F27
Black with #093F27
Text Example
Text Example
White with #093F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F27; }
p { color: rgb(9,63,39); }
H1.HeaderClassName
{
color: #093F27;
}
.AnyTagClassName
{
color: #093F27;
}
</style>
background-color css
<style>
a { background-color: #093F27; }
a { background-color: rgb(9,63,39); }
div.DivClassName
{
background-color: #093F27;
}
.BgClassName
{
background-color: #093F27;
}
</style>
border-color css
<style>
span { border-color: #093F27; }
span { border-color: rgb(9,63,39); }
td.TdClassName
{
border-color: #093F27;
}
.TagClassName
{
border-color: #093F27;
}
</style>