Shades of Persian Green #01B387
Tints of Persian Green #01B387
RGB
CMYK
RGB Variations
Color information
#01B387 (or 0x01B387) is known color: Persian Green. HEX triplet: 01, B3 and 87. RGB value is (1,179,135). Sum of RGB (Red+Green+Blue) = 1+179+135=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #01B387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B387 is #FE4C78. Grayscale: #787878. Windows color (decimal): -16665721 or 8893185. OLE color: 8893185.
HSL color Cylindrical-coordinate representation of color #01B387: hue angle of 165.17º degrees, saturation: 0.99, 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 #01B387 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 135 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.30 |
| HSL | 165.17º | 0.99% | 0.35% | - |
| HSV(B) | 165.17º | 0.99% | 0.7% | - |
| XYZ | 20.51 | 34 | 28.4 | - |
| YUV | 120.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 135 | 0.99 | 0 | 0.25 | 0.30 | 165.17 | 0.99 | 0.35 |
| Hex | 1 | B3 | 87 | 63 | 0 | 19 | 1E | A5 | 63 | 23 |
| Octal | 1 | 263 | 207 | 143 | 0 | 31 | 36 | 245 | 143 | 43 |
| Binary | 1 | 10110011 | 10000111 | 1100011 | 0 | 11001 | 11110 | 10100101 | 1100011 | 100011 |
Color Harmonies of #01B387
Complementary color
Monochromatic Colors of #01B387
Black with #01B387
Text Example
Text Example
White with #01B387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B387; }
p { color: rgb(1,179,135); }
H1.HeaderClassName
{
color: #01B387;
}
.AnyTagClassName
{
color: #01B387;
}
</style>
background-color css
<style>
a { background-color: #01B387; }
a { background-color: rgb(1,179,135); }
div.DivClassName
{
background-color: #01B387;
}
.BgClassName
{
background-color: #01B387;
}
</style>
border-color css
<style>
span { border-color: #01B387; }
span { border-color: rgb(1,179,135); }
td.TdClassName
{
border-color: #01B387;
}
.TagClassName
{
border-color: #01B387;
}
</style>