Shades of British Racing Green #044A2D
Tints of British Racing Green #044A2D
RGB
CMYK
RGB Variations
Color information
#044A2D (or 0x044A2D) is known color: British Racing Green. HEX triplet: 04, 4A and 2D. RGB value is (4,74,45). Sum of RGB (Red+Green+Blue) = 4+74+45=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #044A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A2D is #FBB5D2. Grayscale: #313131. Windows color (decimal): -16496083 or 2968068. OLE color: 2968068.
HSL color Cylindrical-coordinate representation of color #044A2D: hue angle of 155.14º 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 #044A2D is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 45 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.71 |
| HSL | 155.14º | 0.9% | 0.15% | - |
| HSV(B) | 155.14º | 0.95% | 0.29% | - |
| XYZ | 2.97 | 5.11 | 3.31 | - |
| YUV | 49.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 45 | 0.95 | 0 | 0.39 | 0.71 | 155.14 | 0.9 | 0.15 |
| Hex | 4 | 4A | 2D | 5F | 0 | 27 | 47 | 9B | 5A | F |
| Octal | 4 | 112 | 55 | 137 | 0 | 47 | 107 | 233 | 132 | 17 |
| Binary | 100 | 1001010 | 101101 | 1011111 | 0 | 100111 | 1000111 | 10011011 | 1011010 | 1111 |
Color Harmonies of #044A2D
Complementary color
Monochromatic Colors of #044A2D
Black with #044A2D
Text Example
Text Example
White with #044A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A2D; }
p { color: rgb(4,74,45); }
H1.HeaderClassName
{
color: #044A2D;
}
.AnyTagClassName
{
color: #044A2D;
}
</style>
background-color css
<style>
a { background-color: #044A2D; }
a { background-color: rgb(4,74,45); }
div.DivClassName
{
background-color: #044A2D;
}
.BgClassName
{
background-color: #044A2D;
}
</style>
border-color css
<style>
span { border-color: #044A2D; }
span { border-color: rgb(4,74,45); }
td.TdClassName
{
border-color: #044A2D;
}
.TagClassName
{
border-color: #044A2D;
}
</style>