Shades of British Racing Green #093C22
Tints of British Racing Green #093C22
RGB
CMYK
RGB Variations
Color information
#093C22 (or 0x093C22) is known color: British Racing Green. HEX triplet: 09, 3C and 22. RGB value is (9,60,34). Sum of RGB (Red+Green+Blue) = 9+60+34=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #093C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C22 is #F6C3DD. Grayscale: #292929. Windows color (decimal): -16171998 or 2243593. OLE color: 2243593.
HSL color Cylindrical-coordinate representation of color #093C22: hue angle of 149.41º 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 #093C22 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 60 | 34 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.76 |
| HSL | 149.41º | 0.74% | 0.14% | - |
| HSV(B) | 149.41º | 0.85% | 0.24% | - |
| XYZ | 2.02 | 3.41 | 2.06 | - |
| YUV | 41.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 34 | 0.85 | 0 | 0.43 | 0.76 | 149.41 | 0.74 | 0.14 |
| Hex | 9 | 3C | 22 | 55 | 0 | 2B | 4C | 95 | 4A | E |
| Octal | 11 | 74 | 42 | 125 | 0 | 53 | 114 | 225 | 112 | 16 |
| Binary | 1001 | 111100 | 100010 | 1010101 | 0 | 101011 | 1001100 | 10010101 | 1001010 | 1110 |
Color Harmonies of #093C22
Complementary color
Monochromatic Colors of #093C22
Black with #093C22
Text Example
Text Example
White with #093C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C22; }
p { color: rgb(9,60,34); }
H1.HeaderClassName
{
color: #093C22;
}
.AnyTagClassName
{
color: #093C22;
}
</style>
background-color css
<style>
a { background-color: #093C22; }
a { background-color: rgb(9,60,34); }
div.DivClassName
{
background-color: #093C22;
}
.BgClassName
{
background-color: #093C22;
}
</style>
border-color css
<style>
span { border-color: #093C22; }
span { border-color: rgb(9,60,34); }
td.TdClassName
{
border-color: #093C22;
}
.TagClassName
{
border-color: #093C22;
}
</style>