Shades of Persian Green #01B28F
Tints of Persian Green #01B28F
RGB
CMYK
RGB Variations
Color information
#01B28F (or 0x01B28F) is known color: Persian Green. HEX triplet: 01, B2 and 8F. RGB value is (1,178,143). Sum of RGB (Red+Green+Blue) = 1+178+143=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #01B28F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B28F is #FE4D70. Grayscale: #797979. Windows color (decimal): -16665969 or 9417217. OLE color: 9417217.
HSL color Cylindrical-coordinate representation of color #01B28F: hue angle of 168.14º 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 #01B28F is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 143 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.30 |
| HSL | 168.14º | 0.99% | 0.35% | - |
| HSV(B) | 168.14º | 0.99% | 0.7% | - |
| XYZ | 20.89 | 33.83 | 31.42 | - |
| YUV | 121.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 143 | 0.99 | 0 | 0.20 | 0.30 | 168.14 | 0.99 | 0.35 |
| Hex | 1 | B2 | 8F | 63 | 0 | 14 | 1E | A8 | 63 | 23 |
| Octal | 1 | 262 | 217 | 143 | 0 | 24 | 36 | 250 | 143 | 43 |
| Binary | 1 | 10110010 | 10001111 | 1100011 | 0 | 10100 | 11110 | 10101000 | 1100011 | 100011 |
Color Harmonies of #01B28F
Complementary color
Monochromatic Colors of #01B28F
Black with #01B28F
Text Example
Text Example
White with #01B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B28F; }
p { color: rgb(1,178,143); }
H1.HeaderClassName
{
color: #01B28F;
}
.AnyTagClassName
{
color: #01B28F;
}
</style>
background-color css
<style>
a { background-color: #01B28F; }
a { background-color: rgb(1,178,143); }
div.DivClassName
{
background-color: #01B28F;
}
.BgClassName
{
background-color: #01B28F;
}
</style>
border-color css
<style>
span { border-color: #01B28F; }
span { border-color: rgb(1,178,143); }
td.TdClassName
{
border-color: #01B28F;
}
.TagClassName
{
border-color: #01B28F;
}
</style>