Shades of Dark Pastel Green #1CB335
Tints of Dark Pastel Green #1CB335
RGB
CMYK
RGB Variations
Color information
#1CB335 (or 0x1CB335) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 35. RGB value is (28,179,53). Sum of RGB (Red+Green+Blue) = 28+179+53=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB335 is #E34CCA. Grayscale: #777777. Windows color (decimal): -14896331 or 3519260. OLE color: 3519260.
HSL color Cylindrical-coordinate representation of color #1CB335: hue angle of 129.93º 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 #1CB335 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 53 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.30 |
| HSL | 129.93º | 0.73% | 0.41% | - |
| HSV(B) | 129.93º | 0.84% | 0.7% | - |
| XYZ | 17.24 | 32.74 | 8.78 | - |
| YUV | 119.49 | 90.47 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 53 | 0.84 | 0 | 0.70 | 0.30 | 129.93 | 0.73 | 0.41 |
| Hex | 1C | B3 | 35 | 54 | 0 | 46 | 1E | 82 | 49 | 29 |
| Octal | 34 | 263 | 65 | 124 | 0 | 106 | 36 | 202 | 111 | 51 |
| Binary | 11100 | 10110011 | 110101 | 1010100 | 0 | 1000110 | 11110 | 10000010 | 1001001 | 101001 |
Color Harmonies of #1CB335
Complementary color
Monochromatic Colors of #1CB335
Black with #1CB335
Text Example
Text Example
White with #1CB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB335; }
p { color: rgb(28,179,53); }
H1.HeaderClassName
{
color: #1CB335;
}
.AnyTagClassName
{
color: #1CB335;
}
</style>
background-color css
<style>
a { background-color: #1CB335; }
a { background-color: rgb(28,179,53); }
div.DivClassName
{
background-color: #1CB335;
}
.BgClassName
{
background-color: #1CB335;
}
</style>
border-color css
<style>
span { border-color: #1CB335; }
span { border-color: rgb(28,179,53); }
td.TdClassName
{
border-color: #1CB335;
}
.TagClassName
{
border-color: #1CB335;
}
</style>