Shades of Persian Green #00B385
Tints of Persian Green #00B385
RGB
CMYK
RGB Variations
Color information
#00B385 (or 0x00B385) is known color: Persian Green. HEX triplet: 00, B3 and 85. RGB value is (0,179,133). Sum of RGB (Red+Green+Blue) = 0+179+133=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #00B385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B385 is #FF4C7A. Grayscale: #787878. Windows color (decimal): -16731259 or 8762112. OLE color: 8762112.
HSL color Cylindrical-coordinate representation of color #00B385: hue angle of 164.58º 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 #00B385 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 133 | - |
| CMYK | 1 | 0 | 0.26 | 0.30 |
| HSL | 164.58º | 1% | 0.35% | - |
| HSV(B) | 164.58º | 1% | 0.7% | - |
| XYZ | 20.35 | 33.93 | 27.67 | - |
| YUV | 120.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 133 | 1 | 0 | 0.26 | 0.30 | 164.58 | 1 | 0.35 |
| Hex | 0 | B3 | 85 | 64 | 0 | 1A | 1E | A5 | 64 | 23 |
| Octal | 0 | 263 | 205 | 144 | 0 | 32 | 36 | 245 | 144 | 43 |
| Binary | 0 | 10110011 | 10000101 | 1100100 | 0 | 11010 | 11110 | 10100101 | 1100100 | 100011 |
Color Harmonies of #00B385
Complementary color
Monochromatic Colors of #00B385
Black with #00B385
Text Example
Text Example
White with #00B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B385; }
p { color: rgb(0,179,133); }
H1.HeaderClassName
{
color: #00B385;
}
.AnyTagClassName
{
color: #00B385;
}
</style>
background-color css
<style>
a { background-color: #00B385; }
a { background-color: rgb(0,179,133); }
div.DivClassName
{
background-color: #00B385;
}
.BgClassName
{
background-color: #00B385;
}
</style>
border-color css
<style>
span { border-color: #00B385; }
span { border-color: rgb(0,179,133); }
td.TdClassName
{
border-color: #00B385;
}
.TagClassName
{
border-color: #00B385;
}
</style>