Shades of Camarone #04802B
Tints of Camarone #04802B
RGB
CMYK
RGB Variations
Color information
#04802B (or 0x04802B) is known color: Camarone. HEX triplet: 04, 80 and 2B. RGB value is (4,128,43). Sum of RGB (Red+Green+Blue) = 4+128+43=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #04802B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04802B is #FB7FD4. Grayscale: #515151. Windows color (decimal): -16482261 or 2850820. OLE color: 2850820.
HSL color Cylindrical-coordinate representation of color #04802B: hue angle of 138.87º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04802B is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 43 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.50 |
| HSL | 138.87º | 0.94% | 0.26% | - |
| HSV(B) | 138.87º | 0.97% | 0.5% | - |
| XYZ | 8.21 | 15.64 | 4.87 | - |
| YUV | 81.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 43 | 0.97 | 0 | 0.66 | 0.50 | 138.87 | 0.94 | 0.26 |
| Hex | 4 | 80 | 2B | 61 | 0 | 42 | 32 | 8B | 5E | 1A |
| Octal | 4 | 200 | 53 | 141 | 0 | 102 | 62 | 213 | 136 | 32 |
| Binary | 100 | 10000000 | 101011 | 1100001 | 0 | 1000010 | 110010 | 10001011 | 1011110 | 11010 |
Color Harmonies of #04802B
Complementary color
Monochromatic Colors of #04802B
Black with #04802B
Text Example
Text Example
White with #04802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04802B; }
p { color: rgb(4,128,43); }
H1.HeaderClassName
{
color: #04802B;
}
.AnyTagClassName
{
color: #04802B;
}
</style>
background-color css
<style>
a { background-color: #04802B; }
a { background-color: rgb(4,128,43); }
div.DivClassName
{
background-color: #04802B;
}
.BgClassName
{
background-color: #04802B;
}
</style>
border-color css
<style>
span { border-color: #04802B; }
span { border-color: rgb(4,128,43); }
td.TdClassName
{
border-color: #04802B;
}
.TagClassName
{
border-color: #04802B;
}
</style>