Shades of British Racing Green #094223
Tints of British Racing Green #094223
RGB
CMYK
RGB Variations
Color information
#094223 (or 0x094223) is known color: British Racing Green. HEX triplet: 09, 42 and 23. RGB value is (9,66,35). Sum of RGB (Red+Green+Blue) = 9+66+35=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #094223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094223 is #F6BDDC. Grayscale: #2D2D2D. Windows color (decimal): -16170461 or 2310665. OLE color: 2310665.
HSL color Cylindrical-coordinate representation of color #094223: hue angle of 147.37º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094223 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 35 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.74 |
| HSL | 147.37º | 0.76% | 0.15% | - |
| HSV(B) | 147.37º | 0.86% | 0.26% | - |
| XYZ | 2.36 | 4.08 | 2.25 | - |
| YUV | 45.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 35 | 0.86 | 0 | 0.47 | 0.74 | 147.37 | 0.76 | 0.15 |
| Hex | 9 | 42 | 23 | 56 | 0 | 2F | 4A | 93 | 4C | F |
| Octal | 11 | 102 | 43 | 126 | 0 | 57 | 112 | 223 | 114 | 17 |
| Binary | 1001 | 1000010 | 100011 | 1010110 | 0 | 101111 | 1001010 | 10010011 | 1001100 | 1111 |
Color Harmonies of #094223
Complementary color
Monochromatic Colors of #094223
Black with #094223
Text Example
Text Example
White with #094223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094223; }
p { color: rgb(9,66,35); }
H1.HeaderClassName
{
color: #094223;
}
.AnyTagClassName
{
color: #094223;
}
</style>
background-color css
<style>
a { background-color: #094223; }
a { background-color: rgb(9,66,35); }
div.DivClassName
{
background-color: #094223;
}
.BgClassName
{
background-color: #094223;
}
</style>
border-color css
<style>
span { border-color: #094223; }
span { border-color: rgb(9,66,35); }
td.TdClassName
{
border-color: #094223;
}
.TagClassName
{
border-color: #094223;
}
</style>