Shades of Persian Green #00B28D
Tints of Persian Green #00B28D
RGB
CMYK
RGB Variations
Color information
#00B28D (or 0x00B28D) is known color: Persian Green. HEX triplet: 00, B2 and 8D. RGB value is (0,178,141). Sum of RGB (Red+Green+Blue) = 0+178+141=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #00B28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B28D is #FF4D72. Grayscale: #787878. Windows color (decimal): -16731507 or 9286144. OLE color: 9286144.
HSL color Cylindrical-coordinate representation of color #00B28D: hue angle of 167.53º 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 #00B28D is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 141 | - |
| CMYK | 1 | 0 | 0.21 | 0.30 |
| HSL | 167.53º | 1% | 0.35% | - |
| HSV(B) | 167.53º | 1% | 0.7% | - |
| XYZ | 20.73 | 33.76 | 30.62 | - |
| YUV | 120.56 | 139.53 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 141 | 1 | 0 | 0.21 | 0.30 | 167.53 | 1 | 0.35 |
| Hex | 0 | B2 | 8D | 64 | 0 | 15 | 1E | A8 | 64 | 23 |
| Octal | 0 | 262 | 215 | 144 | 0 | 25 | 36 | 250 | 144 | 43 |
| Binary | 0 | 10110010 | 10001101 | 1100100 | 0 | 10101 | 11110 | 10101000 | 1100100 | 100011 |
Color Harmonies of #00B28D
Complementary color
Monochromatic Colors of #00B28D
Black with #00B28D
Text Example
Text Example
White with #00B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B28D; }
p { color: rgb(0,178,141); }
H1.HeaderClassName
{
color: #00B28D;
}
.AnyTagClassName
{
color: #00B28D;
}
</style>
background-color css
<style>
a { background-color: #00B28D; }
a { background-color: rgb(0,178,141); }
div.DivClassName
{
background-color: #00B28D;
}
.BgClassName
{
background-color: #00B28D;
}
</style>
border-color css
<style>
span { border-color: #00B28D; }
span { border-color: rgb(0,178,141); }
td.TdClassName
{
border-color: #00B28D;
}
.TagClassName
{
border-color: #00B28D;
}
</style>