Shades of Pigment Green #1CB75C
Tints of Pigment Green #1CB75C
RGB
CMYK
RGB Variations
Color information
#1CB75C (or 0x1CB75C) is known color: Pigment Green. HEX triplet: 1C, B7 and 5C. RGB value is (28,183,92). Sum of RGB (Red+Green+Blue) = 28+183+92=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB75C is #E348A3. Grayscale: #7E7E7E. Windows color (decimal): -14895268 or 6076188. OLE color: 6076188.
HSL color Cylindrical-coordinate representation of color #1CB75C: hue angle of 144.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB75C is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 92 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.28 |
| HSL | 144.77º | 0.73% | 0.41% | - |
| HSV(B) | 144.77º | 0.85% | 0.72% | - |
| XYZ | 19.34 | 34.89 | 15.84 | - |
| YUV | 126.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 92 | 0.85 | 0 | 0.50 | 0.28 | 144.77 | 0.73 | 0.41 |
| Hex | 1C | B7 | 5C | 55 | 0 | 32 | 1C | 91 | 49 | 29 |
| Octal | 34 | 267 | 134 | 125 | 0 | 62 | 34 | 221 | 111 | 51 |
| Binary | 11100 | 10110111 | 1011100 | 1010101 | 0 | 110010 | 11100 | 10010001 | 1001001 | 101001 |
Color Harmonies of #1CB75C
Complementary color
Monochromatic Colors of #1CB75C
Black with #1CB75C
Text Example
Text Example
White with #1CB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB75C; }
p { color: rgb(28,183,92); }
H1.HeaderClassName
{
color: #1CB75C;
}
.AnyTagClassName
{
color: #1CB75C;
}
</style>
background-color css
<style>
a { background-color: #1CB75C; }
a { background-color: rgb(28,183,92); }
div.DivClassName
{
background-color: #1CB75C;
}
.BgClassName
{
background-color: #1CB75C;
}
</style>
border-color css
<style>
span { border-color: #1CB75C; }
span { border-color: rgb(28,183,92); }
td.TdClassName
{
border-color: #1CB75C;
}
.TagClassName
{
border-color: #1CB75C;
}
</style>