Shades of British Racing Green #04441C
Tints of British Racing Green #04441C
RGB
CMYK
RGB Variations
Color information
#04441C (or 0x04441C) is known color: British Racing Green. HEX triplet: 04, 44 and 1C. RGB value is (4,68,28). Sum of RGB (Red+Green+Blue) = 4+68+28=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #04441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04441C is #FBBBE3. Grayscale: #2C2C2C. Windows color (decimal): -16497636 or 1852420. OLE color: 1852420.
HSL color Cylindrical-coordinate representation of color #04441C: hue angle of 142.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 #04441C is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 68 | 28 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.73 |
| HSL | 142.5º | 0.89% | 0.14% | - |
| HSV(B) | 142.5º | 0.94% | 0.27% | - |
| XYZ | 2.33 | 4.24 | 1.8 | - |
| YUV | 44.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 28 | 0.94 | 0 | 0.59 | 0.73 | 142.5 | 0.89 | 0.14 |
| Hex | 4 | 44 | 1C | 5E | 0 | 3B | 49 | 8E | 59 | E |
| Octal | 4 | 104 | 34 | 136 | 0 | 73 | 111 | 216 | 131 | 16 |
| Binary | 100 | 1000100 | 11100 | 1011110 | 0 | 111011 | 1001001 | 10001110 | 1011001 | 1110 |
Color Harmonies of #04441C
Complementary color
Monochromatic Colors of #04441C
Black with #04441C
Text Example
Text Example
White with #04441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04441C; }
p { color: rgb(4,68,28); }
H1.HeaderClassName
{
color: #04441C;
}
.AnyTagClassName
{
color: #04441C;
}
</style>
background-color css
<style>
a { background-color: #04441C; }
a { background-color: rgb(4,68,28); }
div.DivClassName
{
background-color: #04441C;
}
.BgClassName
{
background-color: #04441C;
}
</style>
border-color css
<style>
span { border-color: #04441C; }
span { border-color: rgb(4,68,28); }
td.TdClassName
{
border-color: #04441C;
}
.TagClassName
{
border-color: #04441C;
}
</style>