Shades of British Racing Green #093D2B
Tints of British Racing Green #093D2B
RGB
CMYK
RGB Variations
Color information
#093D2B (or 0x093D2B) is known color: British Racing Green. HEX triplet: 09, 3D and 2B. RGB value is (9,61,43). Sum of RGB (Red+Green+Blue) = 9+61+43=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #093D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D2B is #F6C2D4. Grayscale: #2B2B2B. Windows color (decimal): -16171733 or 2833673. OLE color: 2833673.
HSL color Cylindrical-coordinate representation of color #093D2B: hue angle of 159.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D2B is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 43 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.76 |
| HSL | 159.23º | 0.74% | 0.14% | - |
| HSV(B) | 159.23º | 0.85% | 0.24% | - |
| XYZ | 2.22 | 3.57 | 2.86 | - |
| YUV | 43.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 43 | 0.85 | 0 | 0.30 | 0.76 | 159.23 | 0.74 | 0.14 |
| Hex | 9 | 3D | 2B | 55 | 0 | 1E | 4C | 9F | 4A | E |
| Octal | 11 | 75 | 53 | 125 | 0 | 36 | 114 | 237 | 112 | 16 |
| Binary | 1001 | 111101 | 101011 | 1010101 | 0 | 11110 | 1001100 | 10011111 | 1001010 | 1110 |
Color Harmonies of #093D2B
Complementary color
Monochromatic Colors of #093D2B
Black with #093D2B
Text Example
Text Example
White with #093D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D2B; }
p { color: rgb(9,61,43); }
H1.HeaderClassName
{
color: #093D2B;
}
.AnyTagClassName
{
color: #093D2B;
}
</style>
background-color css
<style>
a { background-color: #093D2B; }
a { background-color: rgb(9,61,43); }
div.DivClassName
{
background-color: #093D2B;
}
.BgClassName
{
background-color: #093D2B;
}
</style>
border-color css
<style>
span { border-color: #093D2B; }
span { border-color: rgb(9,61,43); }
td.TdClassName
{
border-color: #093D2B;
}
.TagClassName
{
border-color: #093D2B;
}
</style>