Shades of British Racing Green #04442C
Tints of British Racing Green #04442C
RGB
CMYK
RGB Variations
Color information
#04442C (or 0x04442C) is known color: British Racing Green. HEX triplet: 04, 44 and 2C. RGB value is (4,68,44). Sum of RGB (Red+Green+Blue) = 4+68+44=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #04442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04442C is #FBBBD3. Grayscale: #2E2E2E. Windows color (decimal): -16497620 or 2900996. OLE color: 2900996.
HSL color Cylindrical-coordinate representation of color #04442C: hue angle of 157.5º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04442C is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 68 | 44 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.73 |
| HSL | 157.5º | 0.89% | 0.14% | - |
| HSV(B) | 157.5º | 0.94% | 0.27% | - |
| XYZ | 2.57 | 4.34 | 3.09 | - |
| YUV | 46.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 44 | 0.94 | 0 | 0.35 | 0.73 | 157.5 | 0.89 | 0.14 |
| Hex | 4 | 44 | 2C | 5E | 0 | 23 | 49 | 9E | 59 | E |
| Octal | 4 | 104 | 54 | 136 | 0 | 43 | 111 | 236 | 131 | 16 |
| Binary | 100 | 1000100 | 101100 | 1011110 | 0 | 100011 | 1001001 | 10011110 | 1011001 | 1110 |
Color Harmonies of #04442C
Complementary color
Monochromatic Colors of #04442C
Black with #04442C
Text Example
Text Example
White with #04442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04442C; }
p { color: rgb(4,68,44); }
H1.HeaderClassName
{
color: #04442C;
}
.AnyTagClassName
{
color: #04442C;
}
</style>
background-color css
<style>
a { background-color: #04442C; }
a { background-color: rgb(4,68,44); }
div.DivClassName
{
background-color: #04442C;
}
.BgClassName
{
background-color: #04442C;
}
</style>
border-color css
<style>
span { border-color: #04442C; }
span { border-color: rgb(4,68,44); }
td.TdClassName
{
border-color: #04442C;
}
.TagClassName
{
border-color: #04442C;
}
</style>