Shades of British Racing Green #094030
Tints of British Racing Green #094030
RGB
CMYK
RGB Variations
Color information
#094030 (or 0x094030) is known color: British Racing Green. HEX triplet: 09, 40 and 30. RGB value is (9,64,48). Sum of RGB (Red+Green+Blue) = 9+64+48=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #094030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094030 is #F6BFCF. Grayscale: #2D2D2D. Windows color (decimal): -16170960 or 3162121. OLE color: 3162121.
HSL color Cylindrical-coordinate representation of color #094030: hue angle of 162.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094030 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 48 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.75 |
| HSL | 162.55º | 0.75% | 0.14% | - |
| HSV(B) | 162.55º | 0.86% | 0.25% | - |
| XYZ | 2.48 | 3.94 | 3.43 | - |
| YUV | 45.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 48 | 0.86 | 0 | 0.25 | 0.75 | 162.55 | 0.75 | 0.14 |
| Hex | 9 | 40 | 30 | 56 | 0 | 19 | 4B | A3 | 4B | E |
| Octal | 11 | 100 | 60 | 126 | 0 | 31 | 113 | 243 | 113 | 16 |
| Binary | 1001 | 1000000 | 110000 | 1010110 | 0 | 11001 | 1001011 | 10100011 | 1001011 | 1110 |
Color Harmonies of #094030
Complementary color
Monochromatic Colors of #094030
Black with #094030
Text Example
Text Example
White with #094030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094030; }
p { color: rgb(9,64,48); }
H1.HeaderClassName
{
color: #094030;
}
.AnyTagClassName
{
color: #094030;
}
</style>
background-color css
<style>
a { background-color: #094030; }
a { background-color: rgb(9,64,48); }
div.DivClassName
{
background-color: #094030;
}
.BgClassName
{
background-color: #094030;
}
</style>
border-color css
<style>
span { border-color: #094030; }
span { border-color: rgb(9,64,48); }
td.TdClassName
{
border-color: #094030;
}
.TagClassName
{
border-color: #094030;
}
</style>