Shades of Dark Pastel Green #1CB33C
Tints of Dark Pastel Green #1CB33C
RGB
CMYK
RGB Variations
Color information
#1CB33C (or 0x1CB33C) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 3C. RGB value is (28,179,60). Sum of RGB (Red+Green+Blue) = 28+179+60=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB33C is #E34CC3. Grayscale: #787878. Windows color (decimal): -14896324 or 3978012. OLE color: 3978012.
HSL color Cylindrical-coordinate representation of color #1CB33C: hue angle of 132.72º 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 #1CB33C is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 60 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.30 |
| HSL | 132.72º | 0.73% | 0.41% | - |
| HSV(B) | 132.72º | 0.84% | 0.7% | - |
| XYZ | 17.41 | 32.81 | 9.69 | - |
| YUV | 120.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 60 | 0.84 | 0 | 0.66 | 0.30 | 132.72 | 0.73 | 0.41 |
| Hex | 1C | B3 | 3C | 54 | 0 | 42 | 1E | 85 | 49 | 29 |
| Octal | 34 | 263 | 74 | 124 | 0 | 102 | 36 | 205 | 111 | 51 |
| Binary | 11100 | 10110011 | 111100 | 1010100 | 0 | 1000010 | 11110 | 10000101 | 1001001 | 101001 |
Color Harmonies of #1CB33C
Complementary color
Monochromatic Colors of #1CB33C
Black with #1CB33C
Text Example
Text Example
White with #1CB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB33C; }
p { color: rgb(28,179,60); }
H1.HeaderClassName
{
color: #1CB33C;
}
.AnyTagClassName
{
color: #1CB33C;
}
</style>
background-color css
<style>
a { background-color: #1CB33C; }
a { background-color: rgb(28,179,60); }
div.DivClassName
{
background-color: #1CB33C;
}
.BgClassName
{
background-color: #1CB33C;
}
</style>
border-color css
<style>
span { border-color: #1CB33C; }
span { border-color: rgb(28,179,60); }
td.TdClassName
{
border-color: #1CB33C;
}
.TagClassName
{
border-color: #1CB33C;
}
</style>