Shades of Dark Pastel Green #1BAB37
Tints of Dark Pastel Green #1BAB37
RGB
CMYK
RGB Variations
Color information
#1BAB37 (or 0x1BAB37) is known color: Dark Pastel Green. HEX triplet: 1B, AB and 37. RGB value is (27,171,55). Sum of RGB (Red+Green+Blue) = 27+171+55=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 171 (67.19% from 255 or 67.59% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB37 is #E454C8. Grayscale: #737373. Windows color (decimal): -14963913 or 3648283. OLE color: 3648283.
HSL color Cylindrical-coordinate representation of color #1BAB37: hue angle of 131.67º 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 #1BAB37 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 55 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.33 |
| HSL | 131.67º | 0.73% | 0.39% | - |
| HSV(B) | 131.67º | 0.84% | 0.67% | - |
| XYZ | 15.7 | 29.63 | 8.51 | - |
| YUV | 114.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 55 | 0.84 | 0 | 0.68 | 0.33 | 131.67 | 0.73 | 0.39 |
| Hex | 1B | AB | 37 | 54 | 0 | 44 | 21 | 84 | 49 | 27 |
| Octal | 33 | 253 | 67 | 124 | 0 | 104 | 41 | 204 | 111 | 47 |
| Binary | 11011 | 10101011 | 110111 | 1010100 | 0 | 1000100 | 100001 | 10000100 | 1001001 | 100111 |
Color Harmonies of #1BAB37
Complementary color
Monochromatic Colors of #1BAB37
Black with #1BAB37
Text Example
Text Example
White with #1BAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB37; }
p { color: rgb(27,171,55); }
H1.HeaderClassName
{
color: #1BAB37;
}
.AnyTagClassName
{
color: #1BAB37;
}
</style>
background-color css
<style>
a { background-color: #1BAB37; }
a { background-color: rgb(27,171,55); }
div.DivClassName
{
background-color: #1BAB37;
}
.BgClassName
{
background-color: #1BAB37;
}
</style>
border-color css
<style>
span { border-color: #1BAB37; }
span { border-color: rgb(27,171,55); }
td.TdClassName
{
border-color: #1BAB37;
}
.TagClassName
{
border-color: #1BAB37;
}
</style>