Shades of Dark Pastel Green #1CAB34
Tints of Dark Pastel Green #1CAB34
RGB
CMYK
RGB Variations
Color information
#1CAB34 (or 0x1CAB34) is known color: Dark Pastel Green. HEX triplet: 1C, AB and 34. RGB value is (28,171,52). Sum of RGB (Red+Green+Blue) = 28+171+52=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAB34 is #E354CB. Grayscale: #737373. Windows color (decimal): -14898380 or 3451676. OLE color: 3451676.
HSL color Cylindrical-coordinate representation of color #1CAB34: hue angle of 130.07º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB34 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 52 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.33 |
| HSL | 130.07º | 0.72% | 0.39% | - |
| HSV(B) | 130.07º | 0.84% | 0.67% | - |
| XYZ | 15.66 | 29.62 | 8.14 | - |
| YUV | 114.68 | 92.62 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 52 | 0.84 | 0 | 0.70 | 0.33 | 130.07 | 0.72 | 0.39 |
| Hex | 1C | AB | 34 | 54 | 0 | 46 | 21 | 82 | 48 | 27 |
| Octal | 34 | 253 | 64 | 124 | 0 | 106 | 41 | 202 | 110 | 47 |
| Binary | 11100 | 10101011 | 110100 | 1010100 | 0 | 1000110 | 100001 | 10000010 | 1001000 | 100111 |
Color Harmonies of #1CAB34
Complementary color
Monochromatic Colors of #1CAB34
Black with #1CAB34
Text Example
Text Example
White with #1CAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB34; }
p { color: rgb(28,171,52); }
H1.HeaderClassName
{
color: #1CAB34;
}
.AnyTagClassName
{
color: #1CAB34;
}
</style>
background-color css
<style>
a { background-color: #1CAB34; }
a { background-color: rgb(28,171,52); }
div.DivClassName
{
background-color: #1CAB34;
}
.BgClassName
{
background-color: #1CAB34;
}
</style>
border-color css
<style>
span { border-color: #1CAB34; }
span { border-color: rgb(28,171,52); }
td.TdClassName
{
border-color: #1CAB34;
}
.TagClassName
{
border-color: #1CAB34;
}
</style>