Shades of Persian Green #02B09B
Tints of Persian Green #02B09B
RGB
CMYK
RGB Variations
Color information
#02B09B (or 0x02B09B) is known color: Persian Green. HEX triplet: 02, B0 and 9B. RGB value is (2,176,155). Sum of RGB (Red+Green+Blue) = 2+176+155=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #02B09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B09B is #FD4F64. Grayscale: #797979. Windows color (decimal): -16600933 or 10203138. OLE color: 10203138.
HSL color Cylindrical-coordinate representation of color #02B09B: hue angle of 172.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B09B is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 176 | 155 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.31 |
| HSL | 172.76º | 0.98% | 0.35% | - |
| HSV(B) | 172.76º | 0.99% | 0.69% | - |
| XYZ | 21.47 | 33.43 | 36.33 | - |
| YUV | 121.58 | 146.85 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 176 | 155 | 0.99 | 0 | 0.12 | 0.31 | 172.76 | 0.98 | 0.35 |
| Hex | 2 | B0 | 9B | 63 | 0 | C | 1F | AD | 62 | 23 |
| Octal | 2 | 260 | 233 | 143 | 0 | 14 | 37 | 255 | 142 | 43 |
| Binary | 10 | 10110000 | 10011011 | 1100011 | 0 | 1100 | 11111 | 10101101 | 1100010 | 100011 |
Color Harmonies of #02B09B
Complementary color
Monochromatic Colors of #02B09B
Black with #02B09B
Text Example
Text Example
White with #02B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B09B; }
p { color: rgb(2,176,155); }
H1.HeaderClassName
{
color: #02B09B;
}
.AnyTagClassName
{
color: #02B09B;
}
</style>
background-color css
<style>
a { background-color: #02B09B; }
a { background-color: rgb(2,176,155); }
div.DivClassName
{
background-color: #02B09B;
}
.BgClassName
{
background-color: #02B09B;
}
</style>
border-color css
<style>
span { border-color: #02B09B; }
span { border-color: rgb(2,176,155); }
td.TdClassName
{
border-color: #02B09B;
}
.TagClassName
{
border-color: #02B09B;
}
</style>