Shades of British Racing Green #04422B
Tints of British Racing Green #04422B
RGB
CMYK
RGB Variations
Color information
#04422B (or 0x04422B) is known color: British Racing Green. HEX triplet: 04, 42 and 2B. RGB value is (4,66,43). Sum of RGB (Red+Green+Blue) = 4+66+43=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #04422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04422B is #FBBDD4. Grayscale: #2C2C2C. Windows color (decimal): -16498133 or 2834948. OLE color: 2834948.
HSL color Cylindrical-coordinate representation of color #04422B: hue angle of 157.74º 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 #04422B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 66 | 43 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.74 |
| HSL | 157.74º | 0.89% | 0.14% | - |
| HSV(B) | 157.74º | 0.94% | 0.26% | - |
| XYZ | 2.43 | 4.1 | 2.95 | - |
| YUV | 44.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 66 | 43 | 0.94 | 0 | 0.35 | 0.74 | 157.74 | 0.89 | 0.14 |
| Hex | 4 | 42 | 2B | 5E | 0 | 23 | 4A | 9E | 59 | E |
| Octal | 4 | 102 | 53 | 136 | 0 | 43 | 112 | 236 | 131 | 16 |
| Binary | 100 | 1000010 | 101011 | 1011110 | 0 | 100011 | 1001010 | 10011110 | 1011001 | 1110 |
Color Harmonies of #04422B
Complementary color
Monochromatic Colors of #04422B
Black with #04422B
Text Example
Text Example
White with #04422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04422B; }
p { color: rgb(4,66,43); }
H1.HeaderClassName
{
color: #04422B;
}
.AnyTagClassName
{
color: #04422B;
}
</style>
background-color css
<style>
a { background-color: #04422B; }
a { background-color: rgb(4,66,43); }
div.DivClassName
{
background-color: #04422B;
}
.BgClassName
{
background-color: #04422B;
}
</style>
border-color css
<style>
span { border-color: #04422B; }
span { border-color: rgb(4,66,43); }
td.TdClassName
{
border-color: #04422B;
}
.TagClassName
{
border-color: #04422B;
}
</style>