Shades of Dark Pastel Green #1BAB42
Tints of Dark Pastel Green #1BAB42
RGB
CMYK
RGB Variations
Color information
#1BAB42 (or 0x1BAB42) is known color: Dark Pastel Green. HEX triplet: 1B, AB and 42. RGB value is (27,171,66). Sum of RGB (Red+Green+Blue) = 27+171+66=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB42 is #E454BD. Grayscale: #747474. Windows color (decimal): -14963902 or 4369179. OLE color: 4369179.
HSL color Cylindrical-coordinate representation of color #1BAB42: hue angle of 136.25º 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 #1BAB42 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 66 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.33 |
| HSL | 136.25º | 0.73% | 0.39% | - |
| HSV(B) | 136.25º | 0.84% | 0.67% | - |
| XYZ | 16 | 29.75 | 10.05 | - |
| YUV | 115.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 66 | 0.84 | 0 | 0.61 | 0.33 | 136.25 | 0.73 | 0.39 |
| Hex | 1B | AB | 42 | 54 | 0 | 3D | 21 | 88 | 49 | 27 |
| Octal | 33 | 253 | 102 | 124 | 0 | 75 | 41 | 210 | 111 | 47 |
| Binary | 11011 | 10101011 | 1000010 | 1010100 | 0 | 111101 | 100001 | 10001000 | 1001001 | 100111 |
Color Harmonies of #1BAB42
Complementary color
Monochromatic Colors of #1BAB42
Black with #1BAB42
Text Example
Text Example
White with #1BAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB42; }
p { color: rgb(27,171,66); }
H1.HeaderClassName
{
color: #1BAB42;
}
.AnyTagClassName
{
color: #1BAB42;
}
</style>
background-color css
<style>
a { background-color: #1BAB42; }
a { background-color: rgb(27,171,66); }
div.DivClassName
{
background-color: #1BAB42;
}
.BgClassName
{
background-color: #1BAB42;
}
</style>
border-color css
<style>
span { border-color: #1BAB42; }
span { border-color: rgb(27,171,66); }
td.TdClassName
{
border-color: #1BAB42;
}
.TagClassName
{
border-color: #1BAB42;
}
</style>