Shades of Persian Green #02B892
Tints of Persian Green #02B892
RGB
CMYK
RGB Variations
Color information
#02B892 (or 0x02B892) is known color: Persian Green. HEX triplet: 02, B8 and 92. RGB value is (2,184,146). Sum of RGB (Red+Green+Blue) = 2+184+146=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #02B892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B892 is #FD476D. Grayscale: #7D7D7D. Windows color (decimal): -16598894 or 9615362. OLE color: 9615362.
HSL color Cylindrical-coordinate representation of color #02B892: hue angle of 167.47º 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 #02B892 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 146 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.28 |
| HSL | 167.47º | 0.98% | 0.36% | - |
| HSV(B) | 167.47º | 0.99% | 0.72% | - |
| XYZ | 22.35 | 36.37 | 33.04 | - |
| YUV | 125.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 146 | 0.99 | 0 | 0.21 | 0.28 | 167.47 | 0.98 | 0.36 |
| Hex | 2 | B8 | 92 | 63 | 0 | 15 | 1C | A7 | 62 | 24 |
| Octal | 2 | 270 | 222 | 143 | 0 | 25 | 34 | 247 | 142 | 44 |
| Binary | 10 | 10111000 | 10010010 | 1100011 | 0 | 10101 | 11100 | 10100111 | 1100010 | 100100 |
Color Harmonies of #02B892
Complementary color
Monochromatic Colors of #02B892
Black with #02B892
Text Example
Text Example
White with #02B892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B892; }
p { color: rgb(2,184,146); }
H1.HeaderClassName
{
color: #02B892;
}
.AnyTagClassName
{
color: #02B892;
}
</style>
background-color css
<style>
a { background-color: #02B892; }
a { background-color: rgb(2,184,146); }
div.DivClassName
{
background-color: #02B892;
}
.BgClassName
{
background-color: #02B892;
}
</style>
border-color css
<style>
span { border-color: #02B892; }
span { border-color: rgb(2,184,146); }
td.TdClassName
{
border-color: #02B892;
}
.TagClassName
{
border-color: #02B892;
}
</style>