Shades of British Racing Green #094A25
Tints of British Racing Green #094A25
RGB
CMYK
RGB Variations
Color information
#094A25 (or 0x094A25) is known color: British Racing Green. HEX triplet: 09, 4A and 25. RGB value is (9,74,37). Sum of RGB (Red+Green+Blue) = 9+74+37=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #094A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A25 is #F6B5DA. Grayscale: #323232. Windows color (decimal): -16168411 or 2443785. OLE color: 2443785.
HSL color Cylindrical-coordinate representation of color #094A25: hue angle of 145.85º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A25 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 74 | 37 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.71 |
| HSL | 145.85º | 0.78% | 0.16% | - |
| HSV(B) | 145.85º | 0.88% | 0.29% | - |
| XYZ | 2.9 | 5.09 | 2.58 | - |
| YUV | 50.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 37 | 0.88 | 0 | 0.50 | 0.71 | 145.85 | 0.78 | 0.16 |
| Hex | 9 | 4A | 25 | 58 | 0 | 32 | 47 | 92 | 4E | 10 |
| Octal | 11 | 112 | 45 | 130 | 0 | 62 | 107 | 222 | 116 | 20 |
| Binary | 1001 | 1001010 | 100101 | 1011000 | 0 | 110010 | 1000111 | 10010010 | 1001110 | 10000 |
Color Harmonies of #094A25
Complementary color
Monochromatic Colors of #094A25
Black with #094A25
Text Example
Text Example
White with #094A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A25; }
p { color: rgb(9,74,37); }
H1.HeaderClassName
{
color: #094A25;
}
.AnyTagClassName
{
color: #094A25;
}
</style>
background-color css
<style>
a { background-color: #094A25; }
a { background-color: rgb(9,74,37); }
div.DivClassName
{
background-color: #094A25;
}
.BgClassName
{
background-color: #094A25;
}
</style>
border-color css
<style>
span { border-color: #094A25; }
span { border-color: rgb(9,74,37); }
td.TdClassName
{
border-color: #094A25;
}
.TagClassName
{
border-color: #094A25;
}
</style>