Shades of Persian Green #029B8C
Tints of Persian Green #029B8C
RGB
CMYK
RGB Variations
Color information
#029B8C (or 0x029B8C) is known color: Persian Green. HEX triplet: 02, 9B and 8C. RGB value is (2,155,140). Sum of RGB (Red+Green+Blue) = 2+155+140=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #029B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B8C is #FD6473. Grayscale: #6B6B6B. Windows color (decimal): -16606324 or 9214722. OLE color: 9214722.
HSL color Cylindrical-coordinate representation of color #029B8C: hue angle of 174.12º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B8C is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 140 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.39 |
| HSL | 174.12º | 0.97% | 0.31% | - |
| HSV(B) | 174.12º | 0.99% | 0.61% | - |
| XYZ | 16.48 | 25.35 | 28.84 | - |
| YUV | 107.54 | 146.31 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 140 | 0.99 | 0 | 0.10 | 0.39 | 174.12 | 0.97 | 0.31 |
| Hex | 2 | 9B | 8C | 63 | 0 | A | 27 | AE | 61 | 1F |
| Octal | 2 | 233 | 214 | 143 | 0 | 12 | 47 | 256 | 141 | 37 |
| Binary | 10 | 10011011 | 10001100 | 1100011 | 0 | 1010 | 100111 | 10101110 | 1100001 | 11111 |
Color Harmonies of #029B8C
Complementary color
Monochromatic Colors of #029B8C
Black with #029B8C
Text Example
Text Example
White with #029B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B8C; }
p { color: rgb(2,155,140); }
H1.HeaderClassName
{
color: #029B8C;
}
.AnyTagClassName
{
color: #029B8C;
}
</style>
background-color css
<style>
a { background-color: #029B8C; }
a { background-color: rgb(2,155,140); }
div.DivClassName
{
background-color: #029B8C;
}
.BgClassName
{
background-color: #029B8C;
}
</style>
border-color css
<style>
span { border-color: #029B8C; }
span { border-color: rgb(2,155,140); }
td.TdClassName
{
border-color: #029B8C;
}
.TagClassName
{
border-color: #029B8C;
}
</style>