Shades of Dark Pastel Green #1BB32C
Tints of Dark Pastel Green #1BB32C
RGB
CMYK
RGB Variations
Color information
#1BB32C (or 0x1BB32C) is known color: Dark Pastel Green. HEX triplet: 1B, B3 and 2C. RGB value is (27,179,44). Sum of RGB (Red+Green+Blue) = 27+179+44=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB32C is #E44CD3. Grayscale: #767676. Windows color (decimal): -14961876 or 2929435. OLE color: 2929435.
HSL color Cylindrical-coordinate representation of color #1BB32C: hue angle of 126.71º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB32C is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 44 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.30 |
| HSL | 126.71º | 0.74% | 0.4% | - |
| HSV(B) | 126.71º | 0.85% | 0.7% | - |
| XYZ | 17.03 | 32.66 | 7.79 | - |
| YUV | 118.16 | 86.14 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 44 | 0.85 | 0 | 0.75 | 0.30 | 126.71 | 0.74 | 0.4 |
| Hex | 1B | B3 | 2C | 55 | 0 | 4B | 1E | 7F | 4A | 28 |
| Octal | 33 | 263 | 54 | 125 | 0 | 113 | 36 | 177 | 112 | 50 |
| Binary | 11011 | 10110011 | 101100 | 1010101 | 0 | 1001011 | 11110 | 1111111 | 1001010 | 101000 |
Color Harmonies of #1BB32C
Complementary color
Monochromatic Colors of #1BB32C
Black with #1BB32C
Text Example
Text Example
White with #1BB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB32C; }
p { color: rgb(27,179,44); }
H1.HeaderClassName
{
color: #1BB32C;
}
.AnyTagClassName
{
color: #1BB32C;
}
</style>
background-color css
<style>
a { background-color: #1BB32C; }
a { background-color: rgb(27,179,44); }
div.DivClassName
{
background-color: #1BB32C;
}
.BgClassName
{
background-color: #1BB32C;
}
</style>
border-color css
<style>
span { border-color: #1BB32C; }
span { border-color: rgb(27,179,44); }
td.TdClassName
{
border-color: #1BB32C;
}
.TagClassName
{
border-color: #1BB32C;
}
</style>