Shades of Dark Pastel Green #1BAB32
Tints of Dark Pastel Green #1BAB32
RGB
CMYK
RGB Variations
Color information
#1BAB32 (or 0x1BAB32) is known color: Dark Pastel Green. HEX triplet: 1B, AB and 32. RGB value is (27,171,50). Sum of RGB (Red+Green+Blue) = 27+171+50=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB32 is #E454CD. Grayscale: #727272. Windows color (decimal): -14963918 or 3320603. OLE color: 3320603.
HSL color Cylindrical-coordinate representation of color #1BAB32: hue angle of 129.58º degrees, saturation: 0.73, 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 #1BAB32 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 50 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.33 |
| HSL | 129.58º | 0.73% | 0.39% | - |
| HSV(B) | 129.58º | 0.84% | 0.67% | - |
| XYZ | 15.59 | 29.59 | 7.91 | - |
| YUV | 114.15 | 91.79 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 50 | 0.84 | 0 | 0.71 | 0.33 | 129.58 | 0.73 | 0.39 |
| Hex | 1B | AB | 32 | 54 | 0 | 47 | 21 | 82 | 49 | 27 |
| Octal | 33 | 253 | 62 | 124 | 0 | 107 | 41 | 202 | 111 | 47 |
| Binary | 11011 | 10101011 | 110010 | 1010100 | 0 | 1000111 | 100001 | 10000010 | 1001001 | 100111 |
Color Harmonies of #1BAB32
Complementary color
Monochromatic Colors of #1BAB32
Black with #1BAB32
Text Example
Text Example
White with #1BAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB32; }
p { color: rgb(27,171,50); }
H1.HeaderClassName
{
color: #1BAB32;
}
.AnyTagClassName
{
color: #1BAB32;
}
</style>
background-color css
<style>
a { background-color: #1BAB32; }
a { background-color: rgb(27,171,50); }
div.DivClassName
{
background-color: #1BAB32;
}
.BgClassName
{
background-color: #1BAB32;
}
</style>
border-color css
<style>
span { border-color: #1BAB32; }
span { border-color: rgb(27,171,50); }
td.TdClassName
{
border-color: #1BAB32;
}
.TagClassName
{
border-color: #1BAB32;
}
</style>