Shades of British Racing Green #094B2D
Tints of British Racing Green #094B2D
RGB
CMYK
RGB Variations
Color information
#094B2D (or 0x094B2D) is known color: British Racing Green. HEX triplet: 09, 4B and 2D. RGB value is (9,75,45). Sum of RGB (Red+Green+Blue) = 9+75+45=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #094B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B2D is #F6B4D2. Grayscale: #333333. Windows color (decimal): -16168147 or 2968329. OLE color: 2968329.
HSL color Cylindrical-coordinate representation of color #094B2D: hue angle of 152.73º degrees, saturation: 0.79, 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 #094B2D is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 75 | 45 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.71 |
| HSL | 152.73º | 0.79% | 0.16% | - |
| HSV(B) | 152.73º | 0.88% | 0.29% | - |
| XYZ | 3.1 | 5.28 | 3.34 | - |
| YUV | 51.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 45 | 0.88 | 0 | 0.40 | 0.71 | 152.73 | 0.79 | 0.16 |
| Hex | 9 | 4B | 2D | 58 | 0 | 28 | 47 | 99 | 4F | 10 |
| Octal | 11 | 113 | 55 | 130 | 0 | 50 | 107 | 231 | 117 | 20 |
| Binary | 1001 | 1001011 | 101101 | 1011000 | 0 | 101000 | 1000111 | 10011001 | 1001111 | 10000 |
Color Harmonies of #094B2D
Complementary color
Monochromatic Colors of #094B2D
Black with #094B2D
Text Example
Text Example
White with #094B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B2D; }
p { color: rgb(9,75,45); }
H1.HeaderClassName
{
color: #094B2D;
}
.AnyTagClassName
{
color: #094B2D;
}
</style>
background-color css
<style>
a { background-color: #094B2D; }
a { background-color: rgb(9,75,45); }
div.DivClassName
{
background-color: #094B2D;
}
.BgClassName
{
background-color: #094B2D;
}
</style>
border-color css
<style>
span { border-color: #094B2D; }
span { border-color: rgb(9,75,45); }
td.TdClassName
{
border-color: #094B2D;
}
.TagClassName
{
border-color: #094B2D;
}
</style>