Shades of Persian Green #02B895
Tints of Persian Green #02B895
RGB
CMYK
RGB Variations
Color information
#02B895 (or 0x02B895) is known color: Persian Green. HEX triplet: 02, B8 and 95. RGB value is (2,184,149). Sum of RGB (Red+Green+Blue) = 2+184+149=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #02B895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B895 is #FD476A. Grayscale: #7D7D7D. Windows color (decimal): -16598891 or 9811970. OLE color: 9811970.
HSL color Cylindrical-coordinate representation of color #02B895: hue angle of 168.46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B895 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 149 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.28 |
| HSL | 168.46º | 0.98% | 0.36% | - |
| HSV(B) | 168.46º | 0.99% | 0.72% | - |
| XYZ | 22.59 | 36.46 | 34.28 | - |
| YUV | 125.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 149 | 0.99 | 0 | 0.19 | 0.28 | 168.46 | 0.98 | 0.36 |
| Hex | 2 | B8 | 95 | 63 | 0 | 13 | 1C | A8 | 62 | 24 |
| Octal | 2 | 270 | 225 | 143 | 0 | 23 | 34 | 250 | 142 | 44 |
| Binary | 10 | 10111000 | 10010101 | 1100011 | 0 | 10011 | 11100 | 10101000 | 1100010 | 100100 |
Color Harmonies of #02B895
Complementary color
Monochromatic Colors of #02B895
Black with #02B895
Text Example
Text Example
White with #02B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B895; }
p { color: rgb(2,184,149); }
H1.HeaderClassName
{
color: #02B895;
}
.AnyTagClassName
{
color: #02B895;
}
</style>
background-color css
<style>
a { background-color: #02B895; }
a { background-color: rgb(2,184,149); }
div.DivClassName
{
background-color: #02B895;
}
.BgClassName
{
background-color: #02B895;
}
</style>
border-color css
<style>
span { border-color: #02B895; }
span { border-color: rgb(2,184,149); }
td.TdClassName
{
border-color: #02B895;
}
.TagClassName
{
border-color: #02B895;
}
</style>