Shades of Persian Green #00B398
Tints of Persian Green #00B398
RGB
CMYK
RGB Variations
Color information
#00B398 (or 0x00B398) is known color: Persian Green. HEX triplet: 00, B3 and 98. RGB value is (0,179,152). Sum of RGB (Red+Green+Blue) = 0+179+152=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #00B398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B398 is #FF4C67. Grayscale: #7A7A7A. Windows color (decimal): -16731240 or 10007296. OLE color: 10007296.
HSL color Cylindrical-coordinate representation of color #00B398: hue angle of 170.95º 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 #00B398 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 152 | - |
| CMYK | 1 | 0 | 0.15 | 0.30 |
| HSL | 170.95º | 1% | 0.35% | - |
| HSV(B) | 170.95º | 1% | 0.7% | - |
| XYZ | 21.79 | 34.51 | 35.22 | - |
| YUV | 122.4 | 144.7 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 152 | 1 | 0 | 0.15 | 0.30 | 170.95 | 1 | 0.35 |
| Hex | 0 | B3 | 98 | 64 | 0 | F | 1E | AB | 64 | 23 |
| Octal | 0 | 263 | 230 | 144 | 0 | 17 | 36 | 253 | 144 | 43 |
| Binary | 0 | 10110011 | 10011000 | 1100100 | 0 | 1111 | 11110 | 10101011 | 1100100 | 100011 |
Color Harmonies of #00B398
Complementary color
Monochromatic Colors of #00B398
Black with #00B398
Text Example
Text Example
White with #00B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B398; }
p { color: rgb(0,179,152); }
H1.HeaderClassName
{
color: #00B398;
}
.AnyTagClassName
{
color: #00B398;
}
</style>
background-color css
<style>
a { background-color: #00B398; }
a { background-color: rgb(0,179,152); }
div.DivClassName
{
background-color: #00B398;
}
.BgClassName
{
background-color: #00B398;
}
</style>
border-color css
<style>
span { border-color: #00B398; }
span { border-color: rgb(0,179,152); }
td.TdClassName
{
border-color: #00B398;
}
.TagClassName
{
border-color: #00B398;
}
</style>