Shades of Persian Green #02A284
Tints of Persian Green #02A284
RGB
CMYK
RGB Variations
Color information
#02A284 (or 0x02A284) is known color: Persian Green. HEX triplet: 02, A2 and 84. RGB value is (2,162,132). Sum of RGB (Red+Green+Blue) = 2+162+132=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #02A284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A284 is #FD5D7B. Grayscale: #6E6E6E. Windows color (decimal): -16604540 or 8692226. OLE color: 8692226.
HSL color Cylindrical-coordinate representation of color #02A284: hue angle of 168.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A284 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 132 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.36 |
| HSL | 168.75º | 0.98% | 0.32% | - |
| HSV(B) | 168.75º | 0.99% | 0.64% | - |
| XYZ | 17.11 | 27.52 | 26.24 | - |
| YUV | 110.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 132 | 0.99 | 0 | 0.19 | 0.36 | 168.75 | 0.98 | 0.32 |
| Hex | 2 | A2 | 84 | 63 | 0 | 13 | 24 | A9 | 62 | 20 |
| Octal | 2 | 242 | 204 | 143 | 0 | 23 | 44 | 251 | 142 | 40 |
| Binary | 10 | 10100010 | 10000100 | 1100011 | 0 | 10011 | 100100 | 10101001 | 1100010 | 100000 |
Color Harmonies of #02A284
Complementary color
Monochromatic Colors of #02A284
Black with #02A284
Text Example
Text Example
White with #02A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A284; }
p { color: rgb(2,162,132); }
H1.HeaderClassName
{
color: #02A284;
}
.AnyTagClassName
{
color: #02A284;
}
</style>
background-color css
<style>
a { background-color: #02A284; }
a { background-color: rgb(2,162,132); }
div.DivClassName
{
background-color: #02A284;
}
.BgClassName
{
background-color: #02A284;
}
</style>
border-color css
<style>
span { border-color: #02A284; }
span { border-color: rgb(2,162,132); }
td.TdClassName
{
border-color: #02A284;
}
.TagClassName
{
border-color: #02A284;
}
</style>