Shades of Pigment Green #1EB356
Tints of Pigment Green #1EB356
RGB
CMYK
RGB Variations
Color information
#1EB356 (or 0x1EB356) is known color: Pigment Green. HEX triplet: 1E, B3 and 56. RGB value is (30,179,86). Sum of RGB (Red+Green+Blue) = 30+179+86=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB356 is #E14CA9. Grayscale: #7C7C7C. Windows color (decimal): -14765226 or 5681950. OLE color: 5681950.
HSL color Cylindrical-coordinate representation of color #1EB356: hue angle of 142.55º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB356 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 86 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.30 |
| HSL | 142.55º | 0.71% | 0.41% | - |
| HSV(B) | 142.55º | 0.83% | 0.7% | - |
| XYZ | 18.34 | 33.19 | 14.24 | - |
| YUV | 123.85 | 106.64 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 86 | 0.83 | 0 | 0.52 | 0.30 | 142.55 | 0.71 | 0.41 |
| Hex | 1E | B3 | 56 | 53 | 0 | 34 | 1E | 8F | 47 | 29 |
| Octal | 36 | 263 | 126 | 123 | 0 | 64 | 36 | 217 | 107 | 51 |
| Binary | 11110 | 10110011 | 1010110 | 1010011 | 0 | 110100 | 11110 | 10001111 | 1000111 | 101001 |
Color Harmonies of #1EB356
Complementary color
Monochromatic Colors of #1EB356
Black with #1EB356
Text Example
Text Example
White with #1EB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB356; }
p { color: rgb(30,179,86); }
H1.HeaderClassName
{
color: #1EB356;
}
.AnyTagClassName
{
color: #1EB356;
}
</style>
background-color css
<style>
a { background-color: #1EB356; }
a { background-color: rgb(30,179,86); }
div.DivClassName
{
background-color: #1EB356;
}
.BgClassName
{
background-color: #1EB356;
}
</style>
border-color css
<style>
span { border-color: #1EB356; }
span { border-color: rgb(30,179,86); }
td.TdClassName
{
border-color: #1EB356;
}
.TagClassName
{
border-color: #1EB356;
}
</style>