Shades of Persian Green #00B290
Tints of Persian Green #00B290
RGB
CMYK
RGB Variations
Color information
#00B290 (or 0x00B290) is known color: Persian Green. HEX triplet: 00, B2 and 90. RGB value is (0,178,144). Sum of RGB (Red+Green+Blue) = 0+178+144=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #00B290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B290 is #FF4D6F. Grayscale: #787878. Windows color (decimal): -16731504 or 9482752. OLE color: 9482752.
HSL color Cylindrical-coordinate representation of color #00B290: hue angle of 168.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B290 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 144 | - |
| CMYK | 1 | 0 | 0.19 | 0.30 |
| HSL | 168.54º | 1% | 0.35% | - |
| HSV(B) | 168.54º | 1% | 0.7% | - |
| XYZ | 20.95 | 33.85 | 31.82 | - |
| YUV | 120.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 144 | 1 | 0 | 0.19 | 0.30 | 168.54 | 1 | 0.35 |
| Hex | 0 | B2 | 90 | 64 | 0 | 13 | 1E | A9 | 64 | 23 |
| Octal | 0 | 262 | 220 | 144 | 0 | 23 | 36 | 251 | 144 | 43 |
| Binary | 0 | 10110010 | 10010000 | 1100100 | 0 | 10011 | 11110 | 10101001 | 1100100 | 100011 |
Color Harmonies of #00B290
Complementary color
Monochromatic Colors of #00B290
Black with #00B290
Text Example
Text Example
White with #00B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B290; }
p { color: rgb(0,178,144); }
H1.HeaderClassName
{
color: #00B290;
}
.AnyTagClassName
{
color: #00B290;
}
</style>
background-color css
<style>
a { background-color: #00B290; }
a { background-color: rgb(0,178,144); }
div.DivClassName
{
background-color: #00B290;
}
.BgClassName
{
background-color: #00B290;
}
</style>
border-color css
<style>
span { border-color: #00B290; }
span { border-color: rgb(0,178,144); }
td.TdClassName
{
border-color: #00B290;
}
.TagClassName
{
border-color: #00B290;
}
</style>