Shades of Persian Green #02B68D
Tints of Persian Green #02B68D
RGB
CMYK
RGB Variations
Color information
#02B68D (or 0x02B68D) is known color: Persian Green. HEX triplet: 02, B6 and 8D. RGB value is (2,182,141). Sum of RGB (Red+Green+Blue) = 2+182+141=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #02B68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B68D is #FD4972. Grayscale: #7B7B7B. Windows color (decimal): -16599411 or 9287170. OLE color: 9287170.
HSL color Cylindrical-coordinate representation of color #02B68D: hue angle of 166.33º 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 #02B68D is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 182 | 141 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.29 |
| HSL | 166.33º | 0.98% | 0.36% | - |
| HSV(B) | 166.33º | 0.99% | 0.71% | - |
| XYZ | 21.56 | 35.39 | 30.89 | - |
| YUV | 123.51 | 137.87 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 182 | 141 | 0.99 | 0 | 0.23 | 0.29 | 166.33 | 0.98 | 0.36 |
| Hex | 2 | B6 | 8D | 63 | 0 | 17 | 1D | A6 | 62 | 24 |
| Octal | 2 | 266 | 215 | 143 | 0 | 27 | 35 | 246 | 142 | 44 |
| Binary | 10 | 10110110 | 10001101 | 1100011 | 0 | 10111 | 11101 | 10100110 | 1100010 | 100100 |
Color Harmonies of #02B68D
Complementary color
Monochromatic Colors of #02B68D
Black with #02B68D
Text Example
Text Example
White with #02B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B68D; }
p { color: rgb(2,182,141); }
H1.HeaderClassName
{
color: #02B68D;
}
.AnyTagClassName
{
color: #02B68D;
}
</style>
background-color css
<style>
a { background-color: #02B68D; }
a { background-color: rgb(2,182,141); }
div.DivClassName
{
background-color: #02B68D;
}
.BgClassName
{
background-color: #02B68D;
}
</style>
border-color css
<style>
span { border-color: #02B68D; }
span { border-color: rgb(2,182,141); }
td.TdClassName
{
border-color: #02B68D;
}
.TagClassName
{
border-color: #02B68D;
}
</style>