Shades of British Racing Green #093922
Tints of British Racing Green #093922
RGB
CMYK
RGB Variations
Color information
#093922 (or 0x093922) is known color: British Racing Green. HEX triplet: 09, 39 and 22. RGB value is (9,57,34). Sum of RGB (Red+Green+Blue) = 9+57+34=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #093922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093922 is #F6C6DD. Grayscale: #282828. Windows color (decimal): -16172766 or 2242825. OLE color: 2242825.
HSL color Cylindrical-coordinate representation of color #093922: hue angle of 151.25º 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 #093922 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 34 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.78 |
| HSL | 151.25º | 0.73% | 0.13% | - |
| HSV(B) | 151.25º | 0.84% | 0.22% | - |
| XYZ | 1.86 | 3.1 | 2.01 | - |
| YUV | 40.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 34 | 0.84 | 0 | 0.40 | 0.78 | 151.25 | 0.73 | 0.13 |
| Hex | 9 | 39 | 22 | 54 | 0 | 28 | 4E | 97 | 49 | D |
| Octal | 11 | 71 | 42 | 124 | 0 | 50 | 116 | 227 | 111 | 15 |
| Binary | 1001 | 111001 | 100010 | 1010100 | 0 | 101000 | 1001110 | 10010111 | 1001001 | 1101 |
Color Harmonies of #093922
Complementary color
Monochromatic Colors of #093922
Black with #093922
Text Example
Text Example
White with #093922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093922; }
p { color: rgb(9,57,34); }
H1.HeaderClassName
{
color: #093922;
}
.AnyTagClassName
{
color: #093922;
}
</style>
background-color css
<style>
a { background-color: #093922; }
a { background-color: rgb(9,57,34); }
div.DivClassName
{
background-color: #093922;
}
.BgClassName
{
background-color: #093922;
}
</style>
border-color css
<style>
span { border-color: #093922; }
span { border-color: rgb(9,57,34); }
td.TdClassName
{
border-color: #093922;
}
.TagClassName
{
border-color: #093922;
}
</style>