Shades of British Racing Green #04422E
Tints of British Racing Green #04422E
RGB
CMYK
RGB Variations
Color information
#04422E (or 0x04422E) is known color: British Racing Green. HEX triplet: 04, 42 and 2E. RGB value is (4,66,46). Sum of RGB (Red+Green+Blue) = 4+66+46=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #04422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422E is #FBBDD1. Grayscale: #2D2D2D. Windows color (decimal): -16498130 or 3031556. OLE color: 3031556.
HSL color Cylindrical-coordinate representation of color #04422E: hue angle of 160.65º 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 #04422E is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 46 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.74 |
| HSL | 160.65º | 0.89% | 0.14% | - |
| HSV(B) | 160.65º | 0.94% | 0.26% | - |
| XYZ | 2.49 | 4.12 | 3.25 | - |
| YUV | 45.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 46 | 0.94 | 0 | 0.30 | 0.74 | 160.65 | 0.89 | 0.14 |
| Hex | 4 | 42 | 2E | 5E | 0 | 1E | 4A | A1 | 59 | E |
| Octal | 4 | 102 | 56 | 136 | 0 | 36 | 112 | 241 | 131 | 16 |
| Binary | 100 | 1000010 | 101110 | 1011110 | 0 | 11110 | 1001010 | 10100001 | 1011001 | 1110 |
Color Harmonies of #04422E
Complementary color
Monochromatic Colors of #04422E
Black with #04422E
Text Example
Text Example
White with #04422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04422E; }
p { color: rgb(4,66,46); }
H1.HeaderClassName
{
color: #04422E;
}
.AnyTagClassName
{
color: #04422E;
}
</style>
background-color css
<style>
a { background-color: #04422E; }
a { background-color: rgb(4,66,46); }
div.DivClassName
{
background-color: #04422E;
}
.BgClassName
{
background-color: #04422E;
}
</style>
border-color css
<style>
span { border-color: #04422E; }
span { border-color: rgb(4,66,46); }
td.TdClassName
{
border-color: #04422E;
}
.TagClassName
{
border-color: #04422E;
}
</style>