Shades of British Racing Green #044A2B
Tints of British Racing Green #044A2B
RGB
CMYK
RGB Variations
Color information
#044A2B (or 0x044A2B) is known color: British Racing Green. HEX triplet: 04, 4A and 2B. RGB value is (4,74,43). Sum of RGB (Red+Green+Blue) = 4+74+43=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #044A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A2B is #FBB5D4. Grayscale: #313131. Windows color (decimal): -16496085 or 2836996. OLE color: 2836996.
HSL color Cylindrical-coordinate representation of color #044A2B: hue angle of 153.43º 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 #044A2B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 43 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.71 |
| HSL | 153.43º | 0.9% | 0.15% | - |
| HSV(B) | 153.43º | 0.95% | 0.29% | - |
| XYZ | 2.93 | 5.1 | 3.11 | - |
| YUV | 49.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 43 | 0.95 | 0 | 0.42 | 0.71 | 153.43 | 0.9 | 0.15 |
| Hex | 4 | 4A | 2B | 5F | 0 | 2A | 47 | 99 | 5A | F |
| Octal | 4 | 112 | 53 | 137 | 0 | 52 | 107 | 231 | 132 | 17 |
| Binary | 100 | 1001010 | 101011 | 1011111 | 0 | 101010 | 1000111 | 10011001 | 1011010 | 1111 |
Color Harmonies of #044A2B
Complementary color
Monochromatic Colors of #044A2B
Black with #044A2B
Text Example
Text Example
White with #044A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A2B; }
p { color: rgb(4,74,43); }
H1.HeaderClassName
{
color: #044A2B;
}
.AnyTagClassName
{
color: #044A2B;
}
</style>
background-color css
<style>
a { background-color: #044A2B; }
a { background-color: rgb(4,74,43); }
div.DivClassName
{
background-color: #044A2B;
}
.BgClassName
{
background-color: #044A2B;
}
</style>
border-color css
<style>
span { border-color: #044A2B; }
span { border-color: rgb(4,74,43); }
td.TdClassName
{
border-color: #044A2B;
}
.TagClassName
{
border-color: #044A2B;
}
</style>