Shades of Dark Pastel Green #1BB752
Tints of Dark Pastel Green #1BB752
RGB
CMYK
RGB Variations
Color information
#1BB752 (or 0x1BB752) is known color: Dark Pastel Green. HEX triplet: 1B, B7 and 52. RGB value is (27,183,82). Sum of RGB (Red+Green+Blue) = 27+183+82=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #1BB752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB752 is #E448AD. Grayscale: #7D7D7D. Windows color (decimal): -14960814 or 5420827. OLE color: 5420827.
HSL color Cylindrical-coordinate representation of color #1BB752: hue angle of 141.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB752 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 183 | 82 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.28 |
| HSL | 141.15º | 0.74% | 0.41% | - |
| HSV(B) | 141.15º | 0.85% | 0.72% | - |
| XYZ | 18.91 | 34.71 | 13.69 | - |
| YUV | 124.84 | 103.82 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 183 | 82 | 0.85 | 0 | 0.55 | 0.28 | 141.15 | 0.74 | 0.41 |
| Hex | 1B | B7 | 52 | 55 | 0 | 37 | 1C | 8D | 4A | 29 |
| Octal | 33 | 267 | 122 | 125 | 0 | 67 | 34 | 215 | 112 | 51 |
| Binary | 11011 | 10110111 | 1010010 | 1010101 | 0 | 110111 | 11100 | 10001101 | 1001010 | 101001 |
Color Harmonies of #1BB752
Complementary color
Monochromatic Colors of #1BB752
Black with #1BB752
Text Example
Text Example
White with #1BB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB752; }
p { color: rgb(27,183,82); }
H1.HeaderClassName
{
color: #1BB752;
}
.AnyTagClassName
{
color: #1BB752;
}
</style>
background-color css
<style>
a { background-color: #1BB752; }
a { background-color: rgb(27,183,82); }
div.DivClassName
{
background-color: #1BB752;
}
.BgClassName
{
background-color: #1BB752;
}
</style>
border-color css
<style>
span { border-color: #1BB752; }
span { border-color: rgb(27,183,82); }
td.TdClassName
{
border-color: #1BB752;
}
.TagClassName
{
border-color: #1BB752;
}
</style>