Shades of Persian Green #04B28E
Tints of Persian Green #04B28E
RGB
CMYK
RGB Variations
Color information
#04B28E (or 0x04B28E) is known color: Persian Green. HEX triplet: 04, B2 and 8E. RGB value is (4,178,142). Sum of RGB (Red+Green+Blue) = 4+178+142=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #04B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B28E is #FB4D71. Grayscale: #797979. Windows color (decimal): -16469362 or 9351684. OLE color: 9351684.
HSL color Cylindrical-coordinate representation of color #04B28E: hue angle of 167.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B28E is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 178 | 142 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.30 |
| HSL | 167.59º | 0.96% | 0.36% | - |
| HSV(B) | 167.59º | 0.98% | 0.7% | - |
| XYZ | 20.85 | 33.82 | 31.02 | - |
| YUV | 121.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 142 | 0.98 | 0 | 0.20 | 0.30 | 167.59 | 0.96 | 0.36 |
| Hex | 4 | B2 | 8E | 62 | 0 | 14 | 1E | A8 | 60 | 24 |
| Octal | 4 | 262 | 216 | 142 | 0 | 24 | 36 | 250 | 140 | 44 |
| Binary | 100 | 10110010 | 10001110 | 1100010 | 0 | 10100 | 11110 | 10101000 | 1100000 | 100100 |
Color Harmonies of #04B28E
Complementary color
Monochromatic Colors of #04B28E
Black with #04B28E
Text Example
Text Example
White with #04B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B28E; }
p { color: rgb(4,178,142); }
H1.HeaderClassName
{
color: #04B28E;
}
.AnyTagClassName
{
color: #04B28E;
}
</style>
background-color css
<style>
a { background-color: #04B28E; }
a { background-color: rgb(4,178,142); }
div.DivClassName
{
background-color: #04B28E;
}
.BgClassName
{
background-color: #04B28E;
}
</style>
border-color css
<style>
span { border-color: #04B28E; }
span { border-color: rgb(4,178,142); }
td.TdClassName
{
border-color: #04B28E;
}
.TagClassName
{
border-color: #04B28E;
}
</style>