Shades of Persian Green #02B28C
Tints of Persian Green #02B28C
RGB
CMYK
RGB Variations
Color information
#02B28C (or 0x02B28C) is known color: Persian Green. HEX triplet: 02, B2 and 8C. RGB value is (2,178,140). Sum of RGB (Red+Green+Blue) = 2+178+140=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #02B28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B28C is #FD4D73. Grayscale: #797979. Windows color (decimal): -16600436 or 9220610. OLE color: 9220610.
HSL color Cylindrical-coordinate representation of color #02B28C: hue angle of 167.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B28C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 178 | 140 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.30 |
| HSL | 167.05º | 0.98% | 0.35% | - |
| HSV(B) | 167.05º | 0.99% | 0.7% | - |
| XYZ | 20.68 | 33.75 | 30.23 | - |
| YUV | 121.04 | 138.69 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 140 | 0.99 | 0 | 0.21 | 0.30 | 167.05 | 0.98 | 0.35 |
| Hex | 2 | B2 | 8C | 63 | 0 | 15 | 1E | A7 | 62 | 23 |
| Octal | 2 | 262 | 214 | 143 | 0 | 25 | 36 | 247 | 142 | 43 |
| Binary | 10 | 10110010 | 10001100 | 1100011 | 0 | 10101 | 11110 | 10100111 | 1100010 | 100011 |
Color Harmonies of #02B28C
Complementary color
Monochromatic Colors of #02B28C
Black with #02B28C
Text Example
Text Example
White with #02B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B28C; }
p { color: rgb(2,178,140); }
H1.HeaderClassName
{
color: #02B28C;
}
.AnyTagClassName
{
color: #02B28C;
}
</style>
background-color css
<style>
a { background-color: #02B28C; }
a { background-color: rgb(2,178,140); }
div.DivClassName
{
background-color: #02B28C;
}
.BgClassName
{
background-color: #02B28C;
}
</style>
border-color css
<style>
span { border-color: #02B28C; }
span { border-color: rgb(2,178,140); }
td.TdClassName
{
border-color: #02B28C;
}
.TagClassName
{
border-color: #02B28C;
}
</style>