Shades of Persian Green #00B397
Tints of Persian Green #00B397
RGB
CMYK
RGB Variations
Color information
#00B397 (or 0x00B397) is known color: Persian Green. HEX triplet: 00, B3 and 97. RGB value is (0,179,151). Sum of RGB (Red+Green+Blue) = 0+179+151=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #00B397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B397 is #FF4C68. Grayscale: #7A7A7A. Windows color (decimal): -16731241 or 9941760. OLE color: 9941760.
HSL color Cylindrical-coordinate representation of color #00B397: hue angle of 170.61º 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 #00B397 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 151 | - |
| CMYK | 1 | 0 | 0.16 | 0.30 |
| HSL | 170.61º | 1% | 0.35% | - |
| HSV(B) | 170.61º | 1% | 0.7% | - |
| XYZ | 21.71 | 34.47 | 34.79 | - |
| YUV | 122.29 | 144.2 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 151 | 1 | 0 | 0.16 | 0.30 | 170.61 | 1 | 0.35 |
| Hex | 0 | B3 | 97 | 64 | 0 | 10 | 1E | AB | 64 | 23 |
| Octal | 0 | 263 | 227 | 144 | 0 | 20 | 36 | 253 | 144 | 43 |
| Binary | 0 | 10110011 | 10010111 | 1100100 | 0 | 10000 | 11110 | 10101011 | 1100100 | 100011 |
Color Harmonies of #00B397
Complementary color
Monochromatic Colors of #00B397
Black with #00B397
Text Example
Text Example
White with #00B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B397; }
p { color: rgb(0,179,151); }
H1.HeaderClassName
{
color: #00B397;
}
.AnyTagClassName
{
color: #00B397;
}
</style>
background-color css
<style>
a { background-color: #00B397; }
a { background-color: rgb(0,179,151); }
div.DivClassName
{
background-color: #00B397;
}
.BgClassName
{
background-color: #00B397;
}
</style>
border-color css
<style>
span { border-color: #00B397; }
span { border-color: rgb(0,179,151); }
td.TdClassName
{
border-color: #00B397;
}
.TagClassName
{
border-color: #00B397;
}
</style>