Shades of Persian Green #03B28F
Tints of Persian Green #03B28F
RGB
CMYK
RGB Variations
Color information
#03B28F (or 0x03B28F) is known color: Persian Green. HEX triplet: 03, B2 and 8F. RGB value is (3,178,143). Sum of RGB (Red+Green+Blue) = 3+178+143=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #03B28F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B28F is #FC4D70. Grayscale: #797979. Windows color (decimal): -16534897 or 9417219. OLE color: 9417219.
HSL color Cylindrical-coordinate representation of color #03B28F: hue angle of 168º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B28F is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 178 | 143 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.30 |
| HSL | 168º | 0.97% | 0.35% | - |
| HSV(B) | 168º | 0.98% | 0.7% | - |
| XYZ | 20.92 | 33.84 | 31.42 | - |
| YUV | 121.69 | 140.02 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 143 | 0.98 | 0 | 0.20 | 0.30 | 168 | 0.97 | 0.35 |
| Hex | 3 | B2 | 8F | 62 | 0 | 14 | 1E | A8 | 61 | 23 |
| Octal | 3 | 262 | 217 | 142 | 0 | 24 | 36 | 250 | 141 | 43 |
| Binary | 11 | 10110010 | 10001111 | 1100010 | 0 | 10100 | 11110 | 10101000 | 1100001 | 100011 |
Color Harmonies of #03B28F
Complementary color
Monochromatic Colors of #03B28F
Black with #03B28F
Text Example
Text Example
White with #03B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B28F; }
p { color: rgb(3,178,143); }
H1.HeaderClassName
{
color: #03B28F;
}
.AnyTagClassName
{
color: #03B28F;
}
</style>
background-color css
<style>
a { background-color: #03B28F; }
a { background-color: rgb(3,178,143); }
div.DivClassName
{
background-color: #03B28F;
}
.BgClassName
{
background-color: #03B28F;
}
</style>
border-color css
<style>
span { border-color: #03B28F; }
span { border-color: rgb(3,178,143); }
td.TdClassName
{
border-color: #03B28F;
}
.TagClassName
{
border-color: #03B28F;
}
</style>