Shades of Persian Green #02B398
Tints of Persian Green #02B398
RGB
CMYK
RGB Variations
Color information
#02B398 (or 0x02B398) is known color: Persian Green. HEX triplet: 02, B3 and 98. RGB value is (2,179,152). Sum of RGB (Red+Green+Blue) = 2+179+152=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #02B398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B398 is #FD4C67. Grayscale: #7A7A7A. Windows color (decimal): -16600168 or 10007298. OLE color: 10007298.
HSL color Cylindrical-coordinate representation of color #02B398: hue angle of 170.85º 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 #02B398 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 179 | 152 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.30 |
| HSL | 170.85º | 0.98% | 0.35% | - |
| HSV(B) | 170.85º | 0.99% | 0.7% | - |
| XYZ | 21.81 | 34.52 | 35.22 | - |
| YUV | 123 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 179 | 152 | 0.99 | 0 | 0.15 | 0.30 | 170.85 | 0.98 | 0.35 |
| Hex | 2 | B3 | 98 | 63 | 0 | F | 1E | AB | 62 | 23 |
| Octal | 2 | 263 | 230 | 143 | 0 | 17 | 36 | 253 | 142 | 43 |
| Binary | 10 | 10110011 | 10011000 | 1100011 | 0 | 1111 | 11110 | 10101011 | 1100010 | 100011 |
Color Harmonies of #02B398
Complementary color
Monochromatic Colors of #02B398
Black with #02B398
Text Example
Text Example
White with #02B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B398; }
p { color: rgb(2,179,152); }
H1.HeaderClassName
{
color: #02B398;
}
.AnyTagClassName
{
color: #02B398;
}
</style>
background-color css
<style>
a { background-color: #02B398; }
a { background-color: rgb(2,179,152); }
div.DivClassName
{
background-color: #02B398;
}
.BgClassName
{
background-color: #02B398;
}
</style>
border-color css
<style>
span { border-color: #02B398; }
span { border-color: rgb(2,179,152); }
td.TdClassName
{
border-color: #02B398;
}
.TagClassName
{
border-color: #02B398;
}
</style>