Shades of Dark Pastel Green #1BB42C
Tints of Dark Pastel Green #1BB42C
RGB
CMYK
RGB Variations
Color information
#1BB42C (or 0x1BB42C) is known color: Dark Pastel Green. HEX triplet: 1B, B4 and 2C. RGB value is (27,180,44). Sum of RGB (Red+Green+Blue) = 27+180+44=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB42C is #E44BD3. Grayscale: #777777. Windows color (decimal): -14961620 or 2929691. OLE color: 2929691.
HSL color Cylindrical-coordinate representation of color #1BB42C: hue angle of 126.67º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB42C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 44 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.29 |
| HSL | 126.67º | 0.74% | 0.41% | - |
| HSV(B) | 126.67º | 0.85% | 0.71% | - |
| XYZ | 17.23 | 33.06 | 7.86 | - |
| YUV | 118.75 | 85.81 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 44 | 0.85 | 0 | 0.76 | 0.29 | 126.67 | 0.74 | 0.41 |
| Hex | 1B | B4 | 2C | 55 | 0 | 4C | 1D | 7F | 4A | 29 |
| Octal | 33 | 264 | 54 | 125 | 0 | 114 | 35 | 177 | 112 | 51 |
| Binary | 11011 | 10110100 | 101100 | 1010101 | 0 | 1001100 | 11101 | 1111111 | 1001010 | 101001 |
Color Harmonies of #1BB42C
Complementary color
Monochromatic Colors of #1BB42C
Black with #1BB42C
Text Example
Text Example
White with #1BB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB42C; }
p { color: rgb(27,180,44); }
H1.HeaderClassName
{
color: #1BB42C;
}
.AnyTagClassName
{
color: #1BB42C;
}
</style>
background-color css
<style>
a { background-color: #1BB42C; }
a { background-color: rgb(27,180,44); }
div.DivClassName
{
background-color: #1BB42C;
}
.BgClassName
{
background-color: #1BB42C;
}
</style>
border-color css
<style>
span { border-color: #1BB42C; }
span { border-color: rgb(27,180,44); }
td.TdClassName
{
border-color: #1BB42C;
}
.TagClassName
{
border-color: #1BB42C;
}
</style>