Shades of British Racing Green #093F2F
Tints of British Racing Green #093F2F
RGB
CMYK
RGB Variations
Color information
#093F2F (or 0x093F2F) is known color: British Racing Green. HEX triplet: 09, 3F and 2F. RGB value is (9,63,47). Sum of RGB (Red+Green+Blue) = 9+63+47=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #093F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F2F is #F6C0D0. Grayscale: #2D2D2D. Windows color (decimal): -16171217 or 3096329. OLE color: 3096329.
HSL color Cylindrical-coordinate representation of color #093F2F: hue angle of 162.22º 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 #093F2F is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 47 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.75 |
| HSL | 162.22º | 0.75% | 0.14% | - |
| HSV(B) | 162.22º | 0.86% | 0.25% | - |
| XYZ | 2.4 | 3.82 | 3.3 | - |
| YUV | 45.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 47 | 0.86 | 0 | 0.25 | 0.75 | 162.22 | 0.75 | 0.14 |
| Hex | 9 | 3F | 2F | 56 | 0 | 19 | 4B | A2 | 4B | E |
| Octal | 11 | 77 | 57 | 126 | 0 | 31 | 113 | 242 | 113 | 16 |
| Binary | 1001 | 111111 | 101111 | 1010110 | 0 | 11001 | 1001011 | 10100010 | 1001011 | 1110 |
Color Harmonies of #093F2F
Complementary color
Monochromatic Colors of #093F2F
Black with #093F2F
Text Example
Text Example
White with #093F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F2F; }
p { color: rgb(9,63,47); }
H1.HeaderClassName
{
color: #093F2F;
}
.AnyTagClassName
{
color: #093F2F;
}
</style>
background-color css
<style>
a { background-color: #093F2F; }
a { background-color: rgb(9,63,47); }
div.DivClassName
{
background-color: #093F2F;
}
.BgClassName
{
background-color: #093F2F;
}
</style>
border-color css
<style>
span { border-color: #093F2F; }
span { border-color: rgb(9,63,47); }
td.TdClassName
{
border-color: #093F2F;
}
.TagClassName
{
border-color: #093F2F;
}
</style>