Shades of Persian Green #02B2A0
Tints of Persian Green #02B2A0
RGB
CMYK
RGB Variations
Color information
#02B2A0 (or 0x02B2A0) is known color: Persian Green. HEX triplet: 02, B2 and A0. RGB value is (2,178,160). Sum of RGB (Red+Green+Blue) = 2+178+160=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #02B2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B2A0 is #FD4D5F. Grayscale: #7B7B7B. Windows color (decimal): -16600416 or 10531330. OLE color: 10531330.
HSL color Cylindrical-coordinate representation of color #02B2A0: hue angle of 173.86º 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 #02B2A0 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 178 | 160 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.30 |
| HSL | 173.86º | 0.98% | 0.35% | - |
| HSV(B) | 173.86º | 0.99% | 0.7% | - |
| XYZ | 22.29 | 34.39 | 38.72 | - |
| YUV | 123.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 160 | 0.99 | 0 | 0.10 | 0.30 | 173.86 | 0.98 | 0.35 |
| Hex | 2 | B2 | A0 | 63 | 0 | A | 1E | AE | 62 | 23 |
| Octal | 2 | 262 | 240 | 143 | 0 | 12 | 36 | 256 | 142 | 43 |
| Binary | 10 | 10110010 | 10100000 | 1100011 | 0 | 1010 | 11110 | 10101110 | 1100010 | 100011 |
Color Harmonies of #02B2A0
Complementary color
Monochromatic Colors of #02B2A0
Black with #02B2A0
Text Example
Text Example
White with #02B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B2A0; }
p { color: rgb(2,178,160); }
H1.HeaderClassName
{
color: #02B2A0;
}
.AnyTagClassName
{
color: #02B2A0;
}
</style>
background-color css
<style>
a { background-color: #02B2A0; }
a { background-color: rgb(2,178,160); }
div.DivClassName
{
background-color: #02B2A0;
}
.BgClassName
{
background-color: #02B2A0;
}
</style>
border-color css
<style>
span { border-color: #02B2A0; }
span { border-color: rgb(2,178,160); }
td.TdClassName
{
border-color: #02B2A0;
}
.TagClassName
{
border-color: #02B2A0;
}
</style>