Shades of Persian Green #01B29C
Tints of Persian Green #01B29C
RGB
CMYK
RGB Variations
Color information
#01B29C (or 0x01B29C) is known color: Persian Green. HEX triplet: 01, B2 and 9C. RGB value is (1,178,156). Sum of RGB (Red+Green+Blue) = 1+178+156=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #01B29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B29C is #FE4D63. Grayscale: #7A7A7A. Windows color (decimal): -16665956 or 10269185. OLE color: 10269185.
HSL color Cylindrical-coordinate representation of color #01B29C: hue angle of 172.54º 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 #01B29C is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 156 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.30 |
| HSL | 172.54º | 0.99% | 0.35% | - |
| HSV(B) | 172.54º | 0.99% | 0.7% | - |
| XYZ | 21.93 | 34.25 | 36.91 | - |
| YUV | 122.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 156 | 0.99 | 0 | 0.12 | 0.30 | 172.54 | 0.99 | 0.35 |
| Hex | 1 | B2 | 9C | 63 | 0 | C | 1E | AD | 63 | 23 |
| Octal | 1 | 262 | 234 | 143 | 0 | 14 | 36 | 255 | 143 | 43 |
| Binary | 1 | 10110010 | 10011100 | 1100011 | 0 | 1100 | 11110 | 10101101 | 1100011 | 100011 |
Color Harmonies of #01B29C
Complementary color
Monochromatic Colors of #01B29C
Black with #01B29C
Text Example
Text Example
White with #01B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B29C; }
p { color: rgb(1,178,156); }
H1.HeaderClassName
{
color: #01B29C;
}
.AnyTagClassName
{
color: #01B29C;
}
</style>
background-color css
<style>
a { background-color: #01B29C; }
a { background-color: rgb(1,178,156); }
div.DivClassName
{
background-color: #01B29C;
}
.BgClassName
{
background-color: #01B29C;
}
</style>
border-color css
<style>
span { border-color: #01B29C; }
span { border-color: rgb(1,178,156); }
td.TdClassName
{
border-color: #01B29C;
}
.TagClassName
{
border-color: #01B29C;
}
</style>