Shades of British Racing Green #04442F
Tints of British Racing Green #04442F
RGB
CMYK
RGB Variations
Color information
#04442F (or 0x04442F) is known color: British Racing Green. HEX triplet: 04, 44 and 2F. RGB value is (4,68,47). Sum of RGB (Red+Green+Blue) = 4+68+47=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #04442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04442F is #FBBBD0. Grayscale: #2E2E2E. Windows color (decimal): -16497617 or 3097604. OLE color: 3097604.
HSL color Cylindrical-coordinate representation of color #04442F: hue angle of 160.31º 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 #04442F is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 68 | 47 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.73 |
| HSL | 160.31º | 0.89% | 0.14% | - |
| HSV(B) | 160.31º | 0.94% | 0.27% | - |
| XYZ | 2.63 | 4.37 | 3.39 | - |
| YUV | 46.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 47 | 0.94 | 0 | 0.31 | 0.73 | 160.31 | 0.89 | 0.14 |
| Hex | 4 | 44 | 2F | 5E | 0 | 1F | 49 | A0 | 59 | E |
| Octal | 4 | 104 | 57 | 136 | 0 | 37 | 111 | 240 | 131 | 16 |
| Binary | 100 | 1000100 | 101111 | 1011110 | 0 | 11111 | 1001001 | 10100000 | 1011001 | 1110 |
Color Harmonies of #04442F
Complementary color
Monochromatic Colors of #04442F
Black with #04442F
Text Example
Text Example
White with #04442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04442F; }
p { color: rgb(4,68,47); }
H1.HeaderClassName
{
color: #04442F;
}
.AnyTagClassName
{
color: #04442F;
}
</style>
background-color css
<style>
a { background-color: #04442F; }
a { background-color: rgb(4,68,47); }
div.DivClassName
{
background-color: #04442F;
}
.BgClassName
{
background-color: #04442F;
}
</style>
border-color css
<style>
span { border-color: #04442F; }
span { border-color: rgb(4,68,47); }
td.TdClassName
{
border-color: #04442F;
}
.TagClassName
{
border-color: #04442F;
}
</style>