Shades of Dark Pastel Green #1BB441
Tints of Dark Pastel Green #1BB441
RGB
CMYK
RGB Variations
Color information
#1BB441 (or 0x1BB441) is known color: Dark Pastel Green. HEX triplet: 1B, B4 and 41. RGB value is (27,180,65). Sum of RGB (Red+Green+Blue) = 27+180+65=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB441 is #E44BBE. Grayscale: #797979. Windows color (decimal): -14961599 or 4305947. OLE color: 4305947.
HSL color Cylindrical-coordinate representation of color #1BB441: hue angle of 134.9º 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 #1BB441 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 65 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.29 |
| HSL | 134.9º | 0.74% | 0.41% | - |
| HSV(B) | 134.9º | 0.85% | 0.71% | - |
| XYZ | 17.73 | 33.26 | 10.49 | - |
| YUV | 121.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 65 | 0.85 | 0 | 0.64 | 0.29 | 134.9 | 0.74 | 0.41 |
| Hex | 1B | B4 | 41 | 55 | 0 | 40 | 1D | 87 | 4A | 29 |
| Octal | 33 | 264 | 101 | 125 | 0 | 100 | 35 | 207 | 112 | 51 |
| Binary | 11011 | 10110100 | 1000001 | 1010101 | 0 | 1000000 | 11101 | 10000111 | 1001010 | 101001 |
Color Harmonies of #1BB441
Complementary color
Monochromatic Colors of #1BB441
Black with #1BB441
Text Example
Text Example
White with #1BB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB441; }
p { color: rgb(27,180,65); }
H1.HeaderClassName
{
color: #1BB441;
}
.AnyTagClassName
{
color: #1BB441;
}
</style>
background-color css
<style>
a { background-color: #1BB441; }
a { background-color: rgb(27,180,65); }
div.DivClassName
{
background-color: #1BB441;
}
.BgClassName
{
background-color: #1BB441;
}
</style>
border-color css
<style>
span { border-color: #1BB441; }
span { border-color: rgb(27,180,65); }
td.TdClassName
{
border-color: #1BB441;
}
.TagClassName
{
border-color: #1BB441;
}
</style>