Shades of British Racing Green #093921
Tints of British Racing Green #093921
RGB
CMYK
RGB Variations
Color information
#093921 (or 0x093921) is known color: British Racing Green. HEX triplet: 09, 39 and 21. RGB value is (9,57,33). Sum of RGB (Red+Green+Blue) = 9+57+33=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #093921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093921 is #F6C6DE. Grayscale: #272727. Windows color (decimal): -16172767 or 2177289. OLE color: 2177289.
HSL color Cylindrical-coordinate representation of color #093921: hue angle of 150º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093921 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 33 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.78 |
| HSL | 150º | 0.73% | 0.13% | - |
| HSV(B) | 150º | 0.84% | 0.22% | - |
| XYZ | 1.85 | 3.09 | 1.94 | - |
| YUV | 39.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 33 | 0.84 | 0 | 0.42 | 0.78 | 150 | 0.73 | 0.13 |
| Hex | 9 | 39 | 21 | 54 | 0 | 2A | 4E | 96 | 49 | D |
| Octal | 11 | 71 | 41 | 124 | 0 | 52 | 116 | 226 | 111 | 15 |
| Binary | 1001 | 111001 | 100001 | 1010100 | 0 | 101010 | 1001110 | 10010110 | 1001001 | 1101 |
Color Harmonies of #093921
Complementary color
Monochromatic Colors of #093921
Black with #093921
Text Example
Text Example
White with #093921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093921; }
p { color: rgb(9,57,33); }
H1.HeaderClassName
{
color: #093921;
}
.AnyTagClassName
{
color: #093921;
}
</style>
background-color css
<style>
a { background-color: #093921; }
a { background-color: rgb(9,57,33); }
div.DivClassName
{
background-color: #093921;
}
.BgClassName
{
background-color: #093921;
}
</style>
border-color css
<style>
span { border-color: #093921; }
span { border-color: rgb(9,57,33); }
td.TdClassName
{
border-color: #093921;
}
.TagClassName
{
border-color: #093921;
}
</style>