Shades of Persian Green #01B384
Tints of Persian Green #01B384
RGB
CMYK
RGB Variations
Color information
#01B384 (or 0x01B384) is known color: Persian Green. HEX triplet: 01, B3 and 84. RGB value is (1,179,132). Sum of RGB (Red+Green+Blue) = 1+179+132=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #01B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B384 is #FE4C7B. Grayscale: #787878. Windows color (decimal): -16665724 or 8696577. OLE color: 8696577.
HSL color Cylindrical-coordinate representation of color #01B384: hue angle of 164.16º 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 #01B384 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 132 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.30 |
| HSL | 164.16º | 0.99% | 0.35% | - |
| HSV(B) | 164.16º | 0.99% | 0.7% | - |
| XYZ | 20.3 | 33.91 | 27.31 | - |
| YUV | 120.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 132 | 0.99 | 0 | 0.26 | 0.30 | 164.16 | 0.99 | 0.35 |
| Hex | 1 | B3 | 84 | 63 | 0 | 1A | 1E | A4 | 63 | 23 |
| Octal | 1 | 263 | 204 | 143 | 0 | 32 | 36 | 244 | 143 | 43 |
| Binary | 1 | 10110011 | 10000100 | 1100011 | 0 | 11010 | 11110 | 10100100 | 1100011 | 100011 |
Color Harmonies of #01B384
Complementary color
Monochromatic Colors of #01B384
Black with #01B384
Text Example
Text Example
White with #01B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B384; }
p { color: rgb(1,179,132); }
H1.HeaderClassName
{
color: #01B384;
}
.AnyTagClassName
{
color: #01B384;
}
</style>
background-color css
<style>
a { background-color: #01B384; }
a { background-color: rgb(1,179,132); }
div.DivClassName
{
background-color: #01B384;
}
.BgClassName
{
background-color: #01B384;
}
</style>
border-color css
<style>
span { border-color: #01B384; }
span { border-color: rgb(1,179,132); }
td.TdClassName
{
border-color: #01B384;
}
.TagClassName
{
border-color: #01B384;
}
</style>