Shades of Dark Pastel Green #1CB741
Tints of Dark Pastel Green #1CB741
RGB
CMYK
RGB Variations
Color information
#1CB741 (or 0x1CB741) is known color: Dark Pastel Green. HEX triplet: 1C, B7 and 41. RGB value is (28,183,65). Sum of RGB (Red+Green+Blue) = 28+183+65=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB741 is #E348BE. Grayscale: #7B7B7B. Windows color (decimal): -14895295 or 4306716. OLE color: 4306716.
HSL color Cylindrical-coordinate representation of color #1CB741: hue angle of 134.32º 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 #1CB741 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 65 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.28 |
| HSL | 134.32º | 0.73% | 0.41% | - |
| HSV(B) | 134.32º | 0.85% | 0.72% | - |
| XYZ | 18.37 | 34.5 | 10.69 | - |
| YUV | 123.2 | 95.15 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 65 | 0.85 | 0 | 0.64 | 0.28 | 134.32 | 0.73 | 0.41 |
| Hex | 1C | B7 | 41 | 55 | 0 | 40 | 1C | 86 | 49 | 29 |
| Octal | 34 | 267 | 101 | 125 | 0 | 100 | 34 | 206 | 111 | 51 |
| Binary | 11100 | 10110111 | 1000001 | 1010101 | 0 | 1000000 | 11100 | 10000110 | 1001001 | 101001 |
Color Harmonies of #1CB741
Complementary color
Monochromatic Colors of #1CB741
Black with #1CB741
Text Example
Text Example
White with #1CB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB741; }
p { color: rgb(28,183,65); }
H1.HeaderClassName
{
color: #1CB741;
}
.AnyTagClassName
{
color: #1CB741;
}
</style>
background-color css
<style>
a { background-color: #1CB741; }
a { background-color: rgb(28,183,65); }
div.DivClassName
{
background-color: #1CB741;
}
.BgClassName
{
background-color: #1CB741;
}
</style>
border-color css
<style>
span { border-color: #1CB741; }
span { border-color: rgb(28,183,65); }
td.TdClassName
{
border-color: #1CB741;
}
.TagClassName
{
border-color: #1CB741;
}
</style>