Shades of Persian Green #02B488
Tints of Persian Green #02B488
RGB
CMYK
RGB Variations
Color information
#02B488 (or 0x02B488) is known color: Persian Green. HEX triplet: 02, B4 and 88. RGB value is (2,180,136). Sum of RGB (Red+Green+Blue) = 2+180+136=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #02B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B488 is #FD4B77. Grayscale: #797979. Windows color (decimal): -16599928 or 8958978. OLE color: 8958978.
HSL color Cylindrical-coordinate representation of color #02B488: hue angle of 165.17º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B488 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 180 | 136 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.29 |
| HSL | 165.17º | 0.98% | 0.36% | - |
| HSV(B) | 165.17º | 0.99% | 0.71% | - |
| XYZ | 20.79 | 34.43 | 28.84 | - |
| YUV | 121.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 180 | 136 | 0.99 | 0 | 0.24 | 0.29 | 165.17 | 0.98 | 0.36 |
| Hex | 2 | B4 | 88 | 63 | 0 | 18 | 1D | A5 | 62 | 24 |
| Octal | 2 | 264 | 210 | 143 | 0 | 30 | 35 | 245 | 142 | 44 |
| Binary | 10 | 10110100 | 10001000 | 1100011 | 0 | 11000 | 11101 | 10100101 | 1100010 | 100100 |
Color Harmonies of #02B488
Complementary color
Monochromatic Colors of #02B488
Black with #02B488
Text Example
Text Example
White with #02B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B488; }
p { color: rgb(2,180,136); }
H1.HeaderClassName
{
color: #02B488;
}
.AnyTagClassName
{
color: #02B488;
}
</style>
background-color css
<style>
a { background-color: #02B488; }
a { background-color: rgb(2,180,136); }
div.DivClassName
{
background-color: #02B488;
}
.BgClassName
{
background-color: #02B488;
}
</style>
border-color css
<style>
span { border-color: #02B488; }
span { border-color: rgb(2,180,136); }
td.TdClassName
{
border-color: #02B488;
}
.TagClassName
{
border-color: #02B488;
}
</style>