Shades of British Racing Green #044915
Tints of British Racing Green #044915
RGB
CMYK
RGB Variations
Color information
#044915 (or 0x044915) is known color: British Racing Green. HEX triplet: 04, 49 and 15. RGB value is (4,73,21). Sum of RGB (Red+Green+Blue) = 4+73+21=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #044915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044915 is #FBB6EA. Grayscale: #2E2E2E. Windows color (decimal): -16496363 or 1394948. OLE color: 1394948.
HSL color Cylindrical-coordinate representation of color #044915: hue angle of 134.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044915 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 21 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.71 |
| HSL | 134.78º | 0.9% | 0.15% | - |
| HSV(B) | 134.78º | 0.95% | 0.29% | - |
| XYZ | 2.57 | 4.85 | 1.51 | - |
| YUV | 46.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 21 | 0.95 | 0 | 0.71 | 0.71 | 134.78 | 0.9 | 0.15 |
| Hex | 4 | 49 | 15 | 5F | 0 | 47 | 47 | 87 | 5A | F |
| Octal | 4 | 111 | 25 | 137 | 0 | 107 | 107 | 207 | 132 | 17 |
| Binary | 100 | 1001001 | 10101 | 1011111 | 0 | 1000111 | 1000111 | 10000111 | 1011010 | 1111 |
Color Harmonies of #044915
Complementary color
Monochromatic Colors of #044915
Black with #044915
Text Example
Text Example
White with #044915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044915; }
p { color: rgb(4,73,21); }
H1.HeaderClassName
{
color: #044915;
}
.AnyTagClassName
{
color: #044915;
}
</style>
background-color css
<style>
a { background-color: #044915; }
a { background-color: rgb(4,73,21); }
div.DivClassName
{
background-color: #044915;
}
.BgClassName
{
background-color: #044915;
}
</style>
border-color css
<style>
span { border-color: #044915; }
span { border-color: rgb(4,73,21); }
td.TdClassName
{
border-color: #044915;
}
.TagClassName
{
border-color: #044915;
}
</style>