Shades of British Racing Green #094324
Tints of British Racing Green #094324
RGB
CMYK
RGB Variations
Color information
#094324 (or 0x094324) is known color: British Racing Green. HEX triplet: 09, 43 and 24. RGB value is (9,67,36). Sum of RGB (Red+Green+Blue) = 9+67+36=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #094324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094324 is #F6BCDB. Grayscale: #2E2E2E. Windows color (decimal): -16170204 or 2376457. OLE color: 2376457.
HSL color Cylindrical-coordinate representation of color #094324: hue angle of 147.93º 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 #094324 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 36 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.74 |
| HSL | 147.93º | 0.76% | 0.15% | - |
| HSV(B) | 147.93º | 0.87% | 0.26% | - |
| XYZ | 2.44 | 4.2 | 2.35 | - |
| YUV | 46.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 36 | 0.87 | 0 | 0.46 | 0.74 | 147.93 | 0.76 | 0.15 |
| Hex | 9 | 43 | 24 | 57 | 0 | 2E | 4A | 94 | 4C | F |
| Octal | 11 | 103 | 44 | 127 | 0 | 56 | 112 | 224 | 114 | 17 |
| Binary | 1001 | 1000011 | 100100 | 1010111 | 0 | 101110 | 1001010 | 10010100 | 1001100 | 1111 |
Color Harmonies of #094324
Complementary color
Monochromatic Colors of #094324
Black with #094324
Text Example
Text Example
White with #094324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094324; }
p { color: rgb(9,67,36); }
H1.HeaderClassName
{
color: #094324;
}
.AnyTagClassName
{
color: #094324;
}
</style>
background-color css
<style>
a { background-color: #094324; }
a { background-color: rgb(9,67,36); }
div.DivClassName
{
background-color: #094324;
}
.BgClassName
{
background-color: #094324;
}
</style>
border-color css
<style>
span { border-color: #094324; }
span { border-color: rgb(9,67,36); }
td.TdClassName
{
border-color: #094324;
}
.TagClassName
{
border-color: #094324;
}
</style>