Shades of British Racing Green #04402F
Tints of British Racing Green #04402F
RGB
CMYK
RGB Variations
Color information
#04402F (or 0x04402F) is known color: British Racing Green. HEX triplet: 04, 40 and 2F. RGB value is (4,64,47). Sum of RGB (Red+Green+Blue) = 4+64+47=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #04402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04402F is #FBBFD0. Grayscale: #2C2C2C. Windows color (decimal): -16498641 or 3096580. OLE color: 3096580.
HSL color Cylindrical-coordinate representation of color #04402F: hue angle of 163º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04402F is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 47 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.75 |
| HSL | 163º | 0.88% | 0.13% | - |
| HSV(B) | 163º | 0.94% | 0.25% | - |
| XYZ | 2.4 | 3.9 | 3.32 | - |
| YUV | 44.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 47 | 0.94 | 0 | 0.27 | 0.75 | 163 | 0.88 | 0.13 |
| Hex | 4 | 40 | 2F | 5E | 0 | 1B | 4B | A3 | 58 | D |
| Octal | 4 | 100 | 57 | 136 | 0 | 33 | 113 | 243 | 130 | 15 |
| Binary | 100 | 1000000 | 101111 | 1011110 | 0 | 11011 | 1001011 | 10100011 | 1011000 | 1101 |
Color Harmonies of #04402F
Complementary color
Monochromatic Colors of #04402F
Black with #04402F
Text Example
Text Example
White with #04402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04402F; }
p { color: rgb(4,64,47); }
H1.HeaderClassName
{
color: #04402F;
}
.AnyTagClassName
{
color: #04402F;
}
</style>
background-color css
<style>
a { background-color: #04402F; }
a { background-color: rgb(4,64,47); }
div.DivClassName
{
background-color: #04402F;
}
.BgClassName
{
background-color: #04402F;
}
</style>
border-color css
<style>
span { border-color: #04402F; }
span { border-color: rgb(4,64,47); }
td.TdClassName
{
border-color: #04402F;
}
.TagClassName
{
border-color: #04402F;
}
</style>