Shades of British Racing Green #04542D
Tints of British Racing Green #04542D
RGB
CMYK
RGB Variations
Color information
#04542D (or 0x04542D) is known color: British Racing Green. HEX triplet: 04, 54 and 2D. RGB value is (4,84,45). Sum of RGB (Red+Green+Blue) = 4+84+45=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #04542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04542D is #FBABD2. Grayscale: #373737. Windows color (decimal): -16493523 or 2970628. OLE color: 2970628.
HSL color Cylindrical-coordinate representation of color #04542D: hue angle of 150.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04542D is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 45 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.67 |
| HSL | 150.75º | 0.91% | 0.17% | - |
| HSV(B) | 150.75º | 0.95% | 0.33% | - |
| XYZ | 3.69 | 6.56 | 3.55 | - |
| YUV | 55.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 45 | 0.95 | 0 | 0.46 | 0.67 | 150.75 | 0.91 | 0.17 |
| Hex | 4 | 54 | 2D | 5F | 0 | 2E | 43 | 97 | 5B | 11 |
| Octal | 4 | 124 | 55 | 137 | 0 | 56 | 103 | 227 | 133 | 21 |
| Binary | 100 | 1010100 | 101101 | 1011111 | 0 | 101110 | 1000011 | 10010111 | 1011011 | 10001 |
Color Harmonies of #04542D
Complementary color
Monochromatic Colors of #04542D
Black with #04542D
Text Example
Text Example
White with #04542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04542D; }
p { color: rgb(4,84,45); }
H1.HeaderClassName
{
color: #04542D;
}
.AnyTagClassName
{
color: #04542D;
}
</style>
background-color css
<style>
a { background-color: #04542D; }
a { background-color: rgb(4,84,45); }
div.DivClassName
{
background-color: #04542D;
}
.BgClassName
{
background-color: #04542D;
}
</style>
border-color css
<style>
span { border-color: #04542D; }
span { border-color: rgb(4,84,45); }
td.TdClassName
{
border-color: #04542D;
}
.TagClassName
{
border-color: #04542D;
}
</style>