Shades of Persian Green #03AB85
Tints of Persian Green #03AB85
RGB
CMYK
RGB Variations
Color information
#03AB85 (or 0x03AB85) is known color: Persian Green. HEX triplet: 03, AB and 85. RGB value is (3,171,133). Sum of RGB (Red+Green+Blue) = 3+171+133=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AB85 is #FC547A. Grayscale: #747474. Windows color (decimal): -16536699 or 8760067. OLE color: 8760067.
HSL color Cylindrical-coordinate representation of color #03AB85: hue angle of 166.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AB85 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 171 | 133 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.33 |
| HSL | 166.43º | 0.97% | 0.34% | - |
| HSV(B) | 166.43º | 0.98% | 0.67% | - |
| XYZ | 18.83 | 30.84 | 27.15 | - |
| YUV | 116.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 133 | 0.98 | 0 | 0.22 | 0.33 | 166.43 | 0.97 | 0.34 |
| Hex | 3 | AB | 85 | 62 | 0 | 16 | 21 | A6 | 61 | 22 |
| Octal | 3 | 253 | 205 | 142 | 0 | 26 | 41 | 246 | 141 | 42 |
| Binary | 11 | 10101011 | 10000101 | 1100010 | 0 | 10110 | 100001 | 10100110 | 1100001 | 100010 |
Color Harmonies of #03AB85
Complementary color
Monochromatic Colors of #03AB85
Black with #03AB85
Text Example
Text Example
White with #03AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AB85; }
p { color: rgb(3,171,133); }
H1.HeaderClassName
{
color: #03AB85;
}
.AnyTagClassName
{
color: #03AB85;
}
</style>
background-color css
<style>
a { background-color: #03AB85; }
a { background-color: rgb(3,171,133); }
div.DivClassName
{
background-color: #03AB85;
}
.BgClassName
{
background-color: #03AB85;
}
</style>
border-color css
<style>
span { border-color: #03AB85; }
span { border-color: rgb(3,171,133); }
td.TdClassName
{
border-color: #03AB85;
}
.TagClassName
{
border-color: #03AB85;
}
</style>