Shades of British Racing Green #044132
Tints of British Racing Green #044132
RGB
CMYK
RGB Variations
Color information
#044132 (or 0x044132) is known color: British Racing Green. HEX triplet: 04, 41 and 32. RGB value is (4,65,50). Sum of RGB (Red+Green+Blue) = 4+65+50=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #044132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044132 is #FBBECD. Grayscale: #2D2D2D. Windows color (decimal): -16498382 or 3293444. OLE color: 3293444.
HSL color Cylindrical-coordinate representation of color #044132: hue angle of 165.25º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044132 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 50 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.75 |
| HSL | 165.25º | 0.88% | 0.14% | - |
| HSV(B) | 165.25º | 0.94% | 0.25% | - |
| XYZ | 2.52 | 4.04 | 3.66 | - |
| YUV | 45.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 50 | 0.94 | 0 | 0.23 | 0.75 | 165.25 | 0.88 | 0.14 |
| Hex | 4 | 41 | 32 | 5E | 0 | 17 | 4B | A5 | 58 | E |
| Octal | 4 | 101 | 62 | 136 | 0 | 27 | 113 | 245 | 130 | 16 |
| Binary | 100 | 1000001 | 110010 | 1011110 | 0 | 10111 | 1001011 | 10100101 | 1011000 | 1110 |
Color Harmonies of #044132
Complementary color
Monochromatic Colors of #044132
Black with #044132
Text Example
Text Example
White with #044132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044132; }
p { color: rgb(4,65,50); }
H1.HeaderClassName
{
color: #044132;
}
.AnyTagClassName
{
color: #044132;
}
</style>
background-color css
<style>
a { background-color: #044132; }
a { background-color: rgb(4,65,50); }
div.DivClassName
{
background-color: #044132;
}
.BgClassName
{
background-color: #044132;
}
</style>
border-color css
<style>
span { border-color: #044132; }
span { border-color: rgb(4,65,50); }
td.TdClassName
{
border-color: #044132;
}
.TagClassName
{
border-color: #044132;
}
</style>