Shades of British Racing Green #04552F
Tints of British Racing Green #04552F
RGB
CMYK
RGB Variations
Color information
#04552F (or 0x04552F) is known color: British Racing Green. HEX triplet: 04, 55 and 2F. RGB value is (4,85,47). Sum of RGB (Red+Green+Blue) = 4+85+47=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #04552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04552F is #FBAAD0. Grayscale: #383838. Windows color (decimal): -16493265 or 3101956. OLE color: 3101956.
HSL color Cylindrical-coordinate representation of color #04552F: hue angle of 151.85º 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 #04552F is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 47 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.67 |
| HSL | 151.85º | 0.91% | 0.17% | - |
| HSV(B) | 151.85º | 0.95% | 0.33% | - |
| XYZ | 3.81 | 6.73 | 3.79 | - |
| YUV | 56.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 47 | 0.95 | 0 | 0.45 | 0.67 | 151.85 | 0.91 | 0.17 |
| Hex | 4 | 55 | 2F | 5F | 0 | 2D | 43 | 98 | 5B | 11 |
| Octal | 4 | 125 | 57 | 137 | 0 | 55 | 103 | 230 | 133 | 21 |
| Binary | 100 | 1010101 | 101111 | 1011111 | 0 | 101101 | 1000011 | 10011000 | 1011011 | 10001 |
Color Harmonies of #04552F
Complementary color
Monochromatic Colors of #04552F
Black with #04552F
Text Example
Text Example
White with #04552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04552F; }
p { color: rgb(4,85,47); }
H1.HeaderClassName
{
color: #04552F;
}
.AnyTagClassName
{
color: #04552F;
}
</style>
background-color css
<style>
a { background-color: #04552F; }
a { background-color: rgb(4,85,47); }
div.DivClassName
{
background-color: #04552F;
}
.BgClassName
{
background-color: #04552F;
}
</style>
border-color css
<style>
span { border-color: #04552F; }
span { border-color: rgb(4,85,47); }
td.TdClassName
{
border-color: #04552F;
}
.TagClassName
{
border-color: #04552F;
}
</style>