Shades of British Racing Green #094B1F
Tints of British Racing Green #094B1F
RGB
CMYK
RGB Variations
Color information
#094B1F (or 0x094B1F) is known color: British Racing Green. HEX triplet: 09, 4B and 1F. RGB value is (9,75,31). Sum of RGB (Red+Green+Blue) = 9+75+31=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #094B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B1F is #F6B4E0. Grayscale: #323232. Windows color (decimal): -16168161 or 2050825. OLE color: 2050825.
HSL color Cylindrical-coordinate representation of color #094B1F: hue angle of 140º 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 #094B1F is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 75 | 31 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.71 |
| HSL | 140º | 0.79% | 0.16% | - |
| HSV(B) | 140º | 0.88% | 0.29% | - |
| XYZ | 2.88 | 5.19 | 2.15 | - |
| YUV | 50.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 31 | 0.88 | 0 | 0.59 | 0.71 | 140 | 0.79 | 0.16 |
| Hex | 9 | 4B | 1F | 58 | 0 | 3B | 47 | 8C | 4F | 10 |
| Octal | 11 | 113 | 37 | 130 | 0 | 73 | 107 | 214 | 117 | 20 |
| Binary | 1001 | 1001011 | 11111 | 1011000 | 0 | 111011 | 1000111 | 10001100 | 1001111 | 10000 |
Color Harmonies of #094B1F
Complementary color
Monochromatic Colors of #094B1F
Black with #094B1F
Text Example
Text Example
White with #094B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B1F; }
p { color: rgb(9,75,31); }
H1.HeaderClassName
{
color: #094B1F;
}
.AnyTagClassName
{
color: #094B1F;
}
</style>
background-color css
<style>
a { background-color: #094B1F; }
a { background-color: rgb(9,75,31); }
div.DivClassName
{
background-color: #094B1F;
}
.BgClassName
{
background-color: #094B1F;
}
</style>
border-color css
<style>
span { border-color: #094B1F; }
span { border-color: rgb(9,75,31); }
td.TdClassName
{
border-color: #094B1F;
}
.TagClassName
{
border-color: #094B1F;
}
</style>