Shades of Persian Green #01B591
Tints of Persian Green #01B591
RGB
CMYK
RGB Variations
Color information
#01B591 (or 0x01B591) is known color: Persian Green. HEX triplet: 01, B5 and 91. RGB value is (1,181,145). Sum of RGB (Red+Green+Blue) = 1+181+145=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #01B591 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B591 is #FE4A6E. Grayscale: #7B7B7B. Windows color (decimal): -16665199 or 9549057. OLE color: 9549057.
HSL color Cylindrical-coordinate representation of color #01B591: hue angle of 168º degrees, saturation: 0.99, 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 #01B591 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 145 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.29 |
| HSL | 168º | 0.99% | 0.36% | - |
| HSV(B) | 168º | 0.99% | 0.71% | - |
| XYZ | 21.65 | 35.1 | 32.42 | - |
| YUV | 123.08 | 140.37 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 145 | 0.99 | 0 | 0.20 | 0.29 | 168 | 0.99 | 0.36 |
| Hex | 1 | B5 | 91 | 63 | 0 | 14 | 1D | A8 | 63 | 24 |
| Octal | 1 | 265 | 221 | 143 | 0 | 24 | 35 | 250 | 143 | 44 |
| Binary | 1 | 10110101 | 10010001 | 1100011 | 0 | 10100 | 11101 | 10101000 | 1100011 | 100100 |
Color Harmonies of #01B591
Complementary color
Monochromatic Colors of #01B591
Black with #01B591
Text Example
Text Example
White with #01B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B591; }
p { color: rgb(1,181,145); }
H1.HeaderClassName
{
color: #01B591;
}
.AnyTagClassName
{
color: #01B591;
}
</style>
background-color css
<style>
a { background-color: #01B591; }
a { background-color: rgb(1,181,145); }
div.DivClassName
{
background-color: #01B591;
}
.BgClassName
{
background-color: #01B591;
}
</style>
border-color css
<style>
span { border-color: #01B591; }
span { border-color: rgb(1,181,145); }
td.TdClassName
{
border-color: #01B591;
}
.TagClassName
{
border-color: #01B591;
}
</style>