Shades of British Racing Green #044230
Tints of British Racing Green #044230
RGB
CMYK
RGB Variations
Color information
#044230 (or 0x044230) is known color: British Racing Green. HEX triplet: 04, 42 and 30. RGB value is (4,66,48). Sum of RGB (Red+Green+Blue) = 4+66+48=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #044230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044230 is #FBBDCF. Grayscale: #2D2D2D. Windows color (decimal): -16498128 or 3162628. OLE color: 3162628.
HSL color Cylindrical-coordinate representation of color #044230: hue angle of 162.58º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044230 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 48 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.74 |
| HSL | 162.58º | 0.89% | 0.14% | - |
| HSV(B) | 162.58º | 0.94% | 0.26% | - |
| XYZ | 2.53 | 4.14 | 3.46 | - |
| YUV | 45.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 48 | 0.94 | 0 | 0.27 | 0.74 | 162.58 | 0.89 | 0.14 |
| Hex | 4 | 42 | 30 | 5E | 0 | 1B | 4A | A3 | 59 | E |
| Octal | 4 | 102 | 60 | 136 | 0 | 33 | 112 | 243 | 131 | 16 |
| Binary | 100 | 1000010 | 110000 | 1011110 | 0 | 11011 | 1001010 | 10100011 | 1011001 | 1110 |
Color Harmonies of #044230
Complementary color
Monochromatic Colors of #044230
Black with #044230
Text Example
Text Example
White with #044230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044230; }
p { color: rgb(4,66,48); }
H1.HeaderClassName
{
color: #044230;
}
.AnyTagClassName
{
color: #044230;
}
</style>
background-color css
<style>
a { background-color: #044230; }
a { background-color: rgb(4,66,48); }
div.DivClassName
{
background-color: #044230;
}
.BgClassName
{
background-color: #044230;
}
</style>
border-color css
<style>
span { border-color: #044230; }
span { border-color: rgb(4,66,48); }
td.TdClassName
{
border-color: #044230;
}
.TagClassName
{
border-color: #044230;
}
</style>