Shades of Pigment Green #1EB256
Tints of Pigment Green #1EB256
RGB
CMYK
RGB Variations
Color information
#1EB256 (or 0x1EB256) is known color: Pigment Green. HEX triplet: 1E, B2 and 56. RGB value is (30,178,86). Sum of RGB (Red+Green+Blue) = 30+178+86=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EB256 is #E14DA9. Grayscale: #7B7B7B. Windows color (decimal): -14765482 or 5681694. OLE color: 5681694.
HSL color Cylindrical-coordinate representation of color #1EB256: hue angle of 142.7º 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 #1EB256 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 86 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.30 |
| HSL | 142.7º | 0.71% | 0.41% | - |
| HSV(B) | 142.7º | 0.83% | 0.7% | - |
| XYZ | 18.14 | 32.79 | 14.18 | - |
| YUV | 123.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 86 | 0.83 | 0 | 0.52 | 0.30 | 142.7 | 0.71 | 0.41 |
| Hex | 1E | B2 | 56 | 53 | 0 | 34 | 1E | 8F | 47 | 29 |
| Octal | 36 | 262 | 126 | 123 | 0 | 64 | 36 | 217 | 107 | 51 |
| Binary | 11110 | 10110010 | 1010110 | 1010011 | 0 | 110100 | 11110 | 10001111 | 1000111 | 101001 |
Color Harmonies of #1EB256
Complementary color
Monochromatic Colors of #1EB256
Black with #1EB256
Text Example
Text Example
White with #1EB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB256; }
p { color: rgb(30,178,86); }
H1.HeaderClassName
{
color: #1EB256;
}
.AnyTagClassName
{
color: #1EB256;
}
</style>
background-color css
<style>
a { background-color: #1EB256; }
a { background-color: rgb(30,178,86); }
div.DivClassName
{
background-color: #1EB256;
}
.BgClassName
{
background-color: #1EB256;
}
</style>
border-color css
<style>
span { border-color: #1EB256; }
span { border-color: rgb(30,178,86); }
td.TdClassName
{
border-color: #1EB256;
}
.TagClassName
{
border-color: #1EB256;
}
</style>