Shades of Dark Pastel Green #1CB34B
Tints of Dark Pastel Green #1CB34B
RGB
CMYK
RGB Variations
Color information
#1CB34B (or 0x1CB34B) is known color: Dark Pastel Green. HEX triplet: 1C, B3 and 4B. RGB value is (28,179,75). Sum of RGB (Red+Green+Blue) = 28+179+75=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB34B is #E34CB4. Grayscale: #7A7A7A. Windows color (decimal): -14896309 or 4961052. OLE color: 4961052.
HSL color Cylindrical-coordinate representation of color #1CB34B: hue angle of 138.68º 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 #1CB34B is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 75 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.30 |
| HSL | 138.68º | 0.73% | 0.41% | - |
| HSV(B) | 138.68º | 0.84% | 0.7% | - |
| XYZ | 17.87 | 33 | 12.08 | - |
| YUV | 122 | 101.47 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 75 | 0.84 | 0 | 0.58 | 0.30 | 138.68 | 0.73 | 0.41 |
| Hex | 1C | B3 | 4B | 54 | 0 | 3A | 1E | 8B | 49 | 29 |
| Octal | 34 | 263 | 113 | 124 | 0 | 72 | 36 | 213 | 111 | 51 |
| Binary | 11100 | 10110011 | 1001011 | 1010100 | 0 | 111010 | 11110 | 10001011 | 1001001 | 101001 |
Color Harmonies of #1CB34B
Complementary color
Monochromatic Colors of #1CB34B
Black with #1CB34B
Text Example
Text Example
White with #1CB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB34B; }
p { color: rgb(28,179,75); }
H1.HeaderClassName
{
color: #1CB34B;
}
.AnyTagClassName
{
color: #1CB34B;
}
</style>
background-color css
<style>
a { background-color: #1CB34B; }
a { background-color: rgb(28,179,75); }
div.DivClassName
{
background-color: #1CB34B;
}
.BgClassName
{
background-color: #1CB34B;
}
</style>
border-color css
<style>
span { border-color: #1CB34B; }
span { border-color: rgb(28,179,75); }
td.TdClassName
{
border-color: #1CB34B;
}
.TagClassName
{
border-color: #1CB34B;
}
</style>