Shades of British Racing Green #094321
Tints of British Racing Green #094321
RGB
CMYK
RGB Variations
Color information
#094321 (or 0x094321) is known color: British Racing Green. HEX triplet: 09, 43 and 21. RGB value is (9,67,33). Sum of RGB (Red+Green+Blue) = 9+67+33=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #094321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094321 is #F6BCDE. Grayscale: #2D2D2D. Windows color (decimal): -16170207 or 2179849. OLE color: 2179849.
HSL color Cylindrical-coordinate representation of color #094321: hue angle of 144.83º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094321 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 33 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.74 |
| HSL | 144.83º | 0.76% | 0.15% | - |
| HSV(B) | 144.83º | 0.87% | 0.26% | - |
| XYZ | 2.39 | 4.18 | 2.12 | - |
| YUV | 45.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 33 | 0.87 | 0 | 0.51 | 0.74 | 144.83 | 0.76 | 0.15 |
| Hex | 9 | 43 | 21 | 57 | 0 | 33 | 4A | 91 | 4C | F |
| Octal | 11 | 103 | 41 | 127 | 0 | 63 | 112 | 221 | 114 | 17 |
| Binary | 1001 | 1000011 | 100001 | 1010111 | 0 | 110011 | 1001010 | 10010001 | 1001100 | 1111 |
Color Harmonies of #094321
Complementary color
Monochromatic Colors of #094321
Black with #094321
Text Example
Text Example
White with #094321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094321; }
p { color: rgb(9,67,33); }
H1.HeaderClassName
{
color: #094321;
}
.AnyTagClassName
{
color: #094321;
}
</style>
background-color css
<style>
a { background-color: #094321; }
a { background-color: rgb(9,67,33); }
div.DivClassName
{
background-color: #094321;
}
.BgClassName
{
background-color: #094321;
}
</style>
border-color css
<style>
span { border-color: #094321; }
span { border-color: rgb(9,67,33); }
td.TdClassName
{
border-color: #094321;
}
.TagClassName
{
border-color: #094321;
}
</style>