Shades of British Racing Green #044B2B
Tints of British Racing Green #044B2B
RGB
CMYK
RGB Variations
Color information
#044B2B (or 0x044B2B) is known color: British Racing Green. HEX triplet: 04, 4B and 2B. RGB value is (4,75,43). Sum of RGB (Red+Green+Blue) = 4+75+43=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #044B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B2B is #FBB4D4. Grayscale: #323232. Windows color (decimal): -16495829 or 2837252. OLE color: 2837252.
HSL color Cylindrical-coordinate representation of color #044B2B: hue angle of 152.96º 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 #044B2B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 43 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.71 |
| HSL | 152.96º | 0.9% | 0.15% | - |
| HSV(B) | 152.96º | 0.95% | 0.29% | - |
| XYZ | 3 | 5.23 | 3.14 | - |
| YUV | 50.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 43 | 0.95 | 0 | 0.43 | 0.71 | 152.96 | 0.9 | 0.15 |
| Hex | 4 | 4B | 2B | 5F | 0 | 2B | 47 | 99 | 5A | F |
| Octal | 4 | 113 | 53 | 137 | 0 | 53 | 107 | 231 | 132 | 17 |
| Binary | 100 | 1001011 | 101011 | 1011111 | 0 | 101011 | 1000111 | 10011001 | 1011010 | 1111 |
Color Harmonies of #044B2B
Complementary color
Monochromatic Colors of #044B2B
Black with #044B2B
Text Example
Text Example
White with #044B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B2B; }
p { color: rgb(4,75,43); }
H1.HeaderClassName
{
color: #044B2B;
}
.AnyTagClassName
{
color: #044B2B;
}
</style>
background-color css
<style>
a { background-color: #044B2B; }
a { background-color: rgb(4,75,43); }
div.DivClassName
{
background-color: #044B2B;
}
.BgClassName
{
background-color: #044B2B;
}
</style>
border-color css
<style>
span { border-color: #044B2B; }
span { border-color: rgb(4,75,43); }
td.TdClassName
{
border-color: #044B2B;
}
.TagClassName
{
border-color: #044B2B;
}
</style>