Shades of Camarone #047D28
Tints of Camarone #047D28
RGB
CMYK
RGB Variations
Color information
#047D28 (or 0x047D28) is known color: Camarone. HEX triplet: 04, 7D and 28. RGB value is (4,125,40). Sum of RGB (Red+Green+Blue) = 4+125+40=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 125 (49.22% from 255 or 73.96% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 125 - color contains mainly: green. Hex color #047D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047D28 is #FB82D7. Grayscale: #4F4F4F. Windows color (decimal): -16483032 or 2653444. OLE color: 2653444.
HSL color Cylindrical-coordinate representation of color #047D28: hue angle of 137.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D28 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 125 | 40 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.51 |
| HSL | 137.85º | 0.94% | 0.25% | - |
| HSV(B) | 137.85º | 0.97% | 0.49% | - |
| XYZ | 7.77 | 14.85 | 4.46 | - |
| YUV | 79.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 40 | 0.97 | 0 | 0.68 | 0.51 | 137.85 | 0.94 | 0.25 |
| Hex | 4 | 7D | 28 | 61 | 0 | 44 | 33 | 8A | 5E | 19 |
| Octal | 4 | 175 | 50 | 141 | 0 | 104 | 63 | 212 | 136 | 31 |
| Binary | 100 | 1111101 | 101000 | 1100001 | 0 | 1000100 | 110011 | 10001010 | 1011110 | 11001 |
Color Harmonies of #047D28
Complementary color
Monochromatic Colors of #047D28
Black with #047D28
Text Example
Text Example
White with #047D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D28; }
p { color: rgb(4,125,40); }
H1.HeaderClassName
{
color: #047D28;
}
.AnyTagClassName
{
color: #047D28;
}
</style>
background-color css
<style>
a { background-color: #047D28; }
a { background-color: rgb(4,125,40); }
div.DivClassName
{
background-color: #047D28;
}
.BgClassName
{
background-color: #047D28;
}
</style>
border-color css
<style>
span { border-color: #047D28; }
span { border-color: rgb(4,125,40); }
td.TdClassName
{
border-color: #047D28;
}
.TagClassName
{
border-color: #047D28;
}
</style>