Shades of Persian Green #01B38C
Tints of Persian Green #01B38C
RGB
CMYK
RGB Variations
Color information
#01B38C (or 0x01B38C) is known color: Persian Green. HEX triplet: 01, B3 and 8C. RGB value is (1,179,140). Sum of RGB (Red+Green+Blue) = 1+179+140=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #01B38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B38C is #FE4C73. Grayscale: #797979. Windows color (decimal): -16665716 or 9220865. OLE color: 9220865.
HSL color Cylindrical-coordinate representation of color #01B38C: hue angle of 166.85º 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 #01B38C is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 140 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.30 |
| HSL | 166.85º | 0.99% | 0.35% | - |
| HSV(B) | 166.85º | 0.99% | 0.7% | - |
| XYZ | 20.87 | 34.14 | 30.3 | - |
| YUV | 121.33 | 138.53 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 140 | 0.99 | 0 | 0.22 | 0.30 | 166.85 | 0.99 | 0.35 |
| Hex | 1 | B3 | 8C | 63 | 0 | 16 | 1E | A7 | 63 | 23 |
| Octal | 1 | 263 | 214 | 143 | 0 | 26 | 36 | 247 | 143 | 43 |
| Binary | 1 | 10110011 | 10001100 | 1100011 | 0 | 10110 | 11110 | 10100111 | 1100011 | 100011 |
Color Harmonies of #01B38C
Complementary color
Monochromatic Colors of #01B38C
Black with #01B38C
Text Example
Text Example
White with #01B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B38C; }
p { color: rgb(1,179,140); }
H1.HeaderClassName
{
color: #01B38C;
}
.AnyTagClassName
{
color: #01B38C;
}
</style>
background-color css
<style>
a { background-color: #01B38C; }
a { background-color: rgb(1,179,140); }
div.DivClassName
{
background-color: #01B38C;
}
.BgClassName
{
background-color: #01B38C;
}
</style>
border-color css
<style>
span { border-color: #01B38C; }
span { border-color: rgb(1,179,140); }
td.TdClassName
{
border-color: #01B38C;
}
.TagClassName
{
border-color: #01B38C;
}
</style>