Shades of Dark Pastel Green #1CB344
Tints of Dark Pastel Green #1CB344
RGB
CMYK
RGB Variations
Color information
#1CB344 (or 0x1CB344) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 44. RGB value is (28,179,68). Sum of RGB (Red+Green+Blue) = 28+179+68=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB344 is #E34CBB. Grayscale: #797979. Windows color (decimal): -14896316 or 4502300. OLE color: 4502300.
HSL color Cylindrical-coordinate representation of color #1CB344: hue angle of 135.89º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB344 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 68 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.30 |
| HSL | 135.89º | 0.73% | 0.41% | - |
| HSV(B) | 135.89º | 0.84% | 0.7% | - |
| XYZ | 17.64 | 32.9 | 10.89 | - |
| YUV | 121.2 | 97.97 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 68 | 0.84 | 0 | 0.62 | 0.30 | 135.89 | 0.73 | 0.41 |
| Hex | 1C | B3 | 44 | 54 | 0 | 3E | 1E | 88 | 49 | 29 |
| Octal | 34 | 263 | 104 | 124 | 0 | 76 | 36 | 210 | 111 | 51 |
| Binary | 11100 | 10110011 | 1000100 | 1010100 | 0 | 111110 | 11110 | 10001000 | 1001001 | 101001 |
Color Harmonies of #1CB344
Complementary color
Monochromatic Colors of #1CB344
Black with #1CB344
Text Example
Text Example
White with #1CB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB344; }
p { color: rgb(28,179,68); }
H1.HeaderClassName
{
color: #1CB344;
}
.AnyTagClassName
{
color: #1CB344;
}
</style>
background-color css
<style>
a { background-color: #1CB344; }
a { background-color: rgb(28,179,68); }
div.DivClassName
{
background-color: #1CB344;
}
.BgClassName
{
background-color: #1CB344;
}
</style>
border-color css
<style>
span { border-color: #1CB344; }
span { border-color: rgb(28,179,68); }
td.TdClassName
{
border-color: #1CB344;
}
.TagClassName
{
border-color: #1CB344;
}
</style>