Shades of Pigment Green #01B358
Tints of Pigment Green #01B358
RGB
CMYK
RGB Variations
Color information
#01B358 (or 0x01B358) is known color: Pigment Green. HEX triplet: 01, B3 and 58. RGB value is (1,179,88). Sum of RGB (Red+Green+Blue) = 1+179+88=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #01B358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B358 is #FE4CA7. Grayscale: #737373. Windows color (decimal): -16665768 or 5812993. OLE color: 5812993.
HSL color Cylindrical-coordinate representation of color #01B358: hue angle of 149.33º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B358 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 88 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.30 |
| HSL | 149.33º | 0.99% | 0.35% | - |
| HSV(B) | 149.33º | 0.99% | 0.7% | - |
| XYZ | 17.89 | 32.95 | 14.65 | - |
| YUV | 115.4 | 112.53 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 88 | 0.99 | 0 | 0.51 | 0.30 | 149.33 | 0.99 | 0.35 |
| Hex | 1 | B3 | 58 | 63 | 0 | 33 | 1E | 95 | 63 | 23 |
| Octal | 1 | 263 | 130 | 143 | 0 | 63 | 36 | 225 | 143 | 43 |
| Binary | 1 | 10110011 | 1011000 | 1100011 | 0 | 110011 | 11110 | 10010101 | 1100011 | 100011 |
Color Harmonies of #01B358
Complementary color
Monochromatic Colors of #01B358
Black with #01B358
Text Example
Text Example
White with #01B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B358; }
p { color: rgb(1,179,88); }
H1.HeaderClassName
{
color: #01B358;
}
.AnyTagClassName
{
color: #01B358;
}
</style>
background-color css
<style>
a { background-color: #01B358; }
a { background-color: rgb(1,179,88); }
div.DivClassName
{
background-color: #01B358;
}
.BgClassName
{
background-color: #01B358;
}
</style>
border-color css
<style>
span { border-color: #01B358; }
span { border-color: rgb(1,179,88); }
td.TdClassName
{
border-color: #01B358;
}
.TagClassName
{
border-color: #01B358;
}
</style>