Shades of Dark Pastel Green #1BB42E
Tints of Dark Pastel Green #1BB42E
RGB
CMYK
RGB Variations
Color information
#1BB42E (or 0x1BB42E) is known color: Dark Pastel Green. HEX triplet: 1B, B4 and 2E. RGB value is (27,180,46). Sum of RGB (Red+Green+Blue) = 27+180+46=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB42E is #E44BD1. Grayscale: #777777. Windows color (decimal): -14961618 or 3060763. OLE color: 3060763.
HSL color Cylindrical-coordinate representation of color #1BB42E: hue angle of 127.45º 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 #1BB42E is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 46 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.29 |
| HSL | 127.45º | 0.74% | 0.41% | - |
| HSV(B) | 127.45º | 0.85% | 0.71% | - |
| XYZ | 17.27 | 33.07 | 8.06 | - |
| YUV | 118.98 | 86.81 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 46 | 0.85 | 0 | 0.74 | 0.29 | 127.45 | 0.74 | 0.41 |
| Hex | 1B | B4 | 2E | 55 | 0 | 4A | 1D | 7F | 4A | 29 |
| Octal | 33 | 264 | 56 | 125 | 0 | 112 | 35 | 177 | 112 | 51 |
| Binary | 11011 | 10110100 | 101110 | 1010101 | 0 | 1001010 | 11101 | 1111111 | 1001010 | 101001 |
Color Harmonies of #1BB42E
Complementary color
Monochromatic Colors of #1BB42E
Black with #1BB42E
Text Example
Text Example
White with #1BB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB42E; }
p { color: rgb(27,180,46); }
H1.HeaderClassName
{
color: #1BB42E;
}
.AnyTagClassName
{
color: #1BB42E;
}
</style>
background-color css
<style>
a { background-color: #1BB42E; }
a { background-color: rgb(27,180,46); }
div.DivClassName
{
background-color: #1BB42E;
}
.BgClassName
{
background-color: #1BB42E;
}
</style>
border-color css
<style>
span { border-color: #1BB42E; }
span { border-color: rgb(27,180,46); }
td.TdClassName
{
border-color: #1BB42E;
}
.TagClassName
{
border-color: #1BB42E;
}
</style>