Shades of Persian Green #01B082
Tints of Persian Green #01B082
RGB
CMYK
RGB Variations
Color information
#01B082 (or 0x01B082) is known color: Persian Green. HEX triplet: 01, B0 and 82. RGB value is (1,176,130). Sum of RGB (Red+Green+Blue) = 1+176+130=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #01B082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B082 is #FE4F7D. Grayscale: #767676. Windows color (decimal): -16666494 or 8564737. OLE color: 8564737.
HSL color Cylindrical-coordinate representation of color #01B082: hue angle of 164.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B082 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 130 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.31 |
| HSL | 164.23º | 0.99% | 0.35% | - |
| HSV(B) | 164.23º | 0.99% | 0.69% | - |
| XYZ | 19.57 | 32.67 | 26.39 | - |
| YUV | 118.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 130 | 0.99 | 0 | 0.26 | 0.31 | 164.23 | 0.99 | 0.35 |
| Hex | 1 | B0 | 82 | 63 | 0 | 1A | 1F | A4 | 63 | 23 |
| Octal | 1 | 260 | 202 | 143 | 0 | 32 | 37 | 244 | 143 | 43 |
| Binary | 1 | 10110000 | 10000010 | 1100011 | 0 | 11010 | 11111 | 10100100 | 1100011 | 100011 |
Color Harmonies of #01B082
Complementary color
Monochromatic Colors of #01B082
Black with #01B082
Text Example
Text Example
White with #01B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B082; }
p { color: rgb(1,176,130); }
H1.HeaderClassName
{
color: #01B082;
}
.AnyTagClassName
{
color: #01B082;
}
</style>
background-color css
<style>
a { background-color: #01B082; }
a { background-color: rgb(1,176,130); }
div.DivClassName
{
background-color: #01B082;
}
.BgClassName
{
background-color: #01B082;
}
</style>
border-color css
<style>
span { border-color: #01B082; }
span { border-color: rgb(1,176,130); }
td.TdClassName
{
border-color: #01B082;
}
.TagClassName
{
border-color: #01B082;
}
</style>