Shades of British Racing Green #04402D
Tints of British Racing Green #04402D
RGB
CMYK
RGB Variations
Color information
#04402D (or 0x04402D) is known color: British Racing Green. HEX triplet: 04, 40 and 2D. RGB value is (4,64,45). Sum of RGB (Red+Green+Blue) = 4+64+45=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #04402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04402D is #FBBFD2. Grayscale: #2B2B2B. Windows color (decimal): -16498643 or 2965508. OLE color: 2965508.
HSL color Cylindrical-coordinate representation of color #04402D: hue angle of 161º 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 #04402D is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 45 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.75 |
| HSL | 161º | 0.88% | 0.13% | - |
| HSV(B) | 161º | 0.94% | 0.25% | - |
| XYZ | 2.36 | 3.88 | 3.11 | - |
| YUV | 43.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 45 | 0.94 | 0 | 0.30 | 0.75 | 161 | 0.88 | 0.13 |
| Hex | 4 | 40 | 2D | 5E | 0 | 1E | 4B | A1 | 58 | D |
| Octal | 4 | 100 | 55 | 136 | 0 | 36 | 113 | 241 | 130 | 15 |
| Binary | 100 | 1000000 | 101101 | 1011110 | 0 | 11110 | 1001011 | 10100001 | 1011000 | 1101 |
Color Harmonies of #04402D
Complementary color
Monochromatic Colors of #04402D
Black with #04402D
Text Example
Text Example
White with #04402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04402D; }
p { color: rgb(4,64,45); }
H1.HeaderClassName
{
color: #04402D;
}
.AnyTagClassName
{
color: #04402D;
}
</style>
background-color css
<style>
a { background-color: #04402D; }
a { background-color: rgb(4,64,45); }
div.DivClassName
{
background-color: #04402D;
}
.BgClassName
{
background-color: #04402D;
}
</style>
border-color css
<style>
span { border-color: #04402D; }
span { border-color: rgb(4,64,45); }
td.TdClassName
{
border-color: #04402D;
}
.TagClassName
{
border-color: #04402D;
}
</style>