Shades of Dark Pastel Green #1BB232
Tints of Dark Pastel Green #1BB232
RGB
CMYK
RGB Variations
Color information
#1BB232 (or 0x1BB232) is known color: Dark Pastel Green. HEX triplet: 1B, B2 and 32. RGB value is (27,178,50). Sum of RGB (Red+Green+Blue) = 27+178+50=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB232 is #E44DCD. Grayscale: #767676. Windows color (decimal): -14962126 or 3322395. OLE color: 3322395.
HSL color Cylindrical-coordinate representation of color #1BB232: hue angle of 129.14º 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 #1BB232 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 178 | 50 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.30 |
| HSL | 129.14º | 0.74% | 0.4% | - |
| HSV(B) | 129.14º | 0.85% | 0.7% | - |
| XYZ | 16.95 | 32.3 | 8.36 | - |
| YUV | 118.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 178 | 50 | 0.85 | 0 | 0.72 | 0.30 | 129.14 | 0.74 | 0.4 |
| Hex | 1B | B2 | 32 | 55 | 0 | 48 | 1E | 81 | 4A | 28 |
| Octal | 33 | 262 | 62 | 125 | 0 | 110 | 36 | 201 | 112 | 50 |
| Binary | 11011 | 10110010 | 110010 | 1010101 | 0 | 1001000 | 11110 | 10000001 | 1001010 | 101000 |
Color Harmonies of #1BB232
Complementary color
Monochromatic Colors of #1BB232
Black with #1BB232
Text Example
Text Example
White with #1BB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB232; }
p { color: rgb(27,178,50); }
H1.HeaderClassName
{
color: #1BB232;
}
.AnyTagClassName
{
color: #1BB232;
}
</style>
background-color css
<style>
a { background-color: #1BB232; }
a { background-color: rgb(27,178,50); }
div.DivClassName
{
background-color: #1BB232;
}
.BgClassName
{
background-color: #1BB232;
}
</style>
border-color css
<style>
span { border-color: #1BB232; }
span { border-color: rgb(27,178,50); }
td.TdClassName
{
border-color: #1BB232;
}
.TagClassName
{
border-color: #1BB232;
}
</style>