Shades of Dark Pastel Green #1BBC41
Tints of Dark Pastel Green #1BBC41
RGB
CMYK
RGB Variations
Color information
#1BBC41 (or 0x1BBC41) is known color: Dark Pastel Green. HEX triplet: 1B, BC and 41. RGB value is (27,188,65). Sum of RGB (Red+Green+Blue) = 27+188+65=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC41 is #E443BE. Grayscale: #7E7E7E. Windows color (decimal): -14959551 or 4307995. OLE color: 4307995.
HSL color Cylindrical-coordinate representation of color #1BBC41: hue angle of 134.16º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC41 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 65 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.26 |
| HSL | 134.16º | 0.75% | 0.42% | - |
| HSV(B) | 134.16º | 0.86% | 0.74% | - |
| XYZ | 19.39 | 36.58 | 11.04 | - |
| YUV | 125.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 65 | 0.86 | 0 | 0.65 | 0.26 | 134.16 | 0.75 | 0.42 |
| Hex | 1B | BC | 41 | 56 | 0 | 41 | 1A | 86 | 4B | 2A |
| Octal | 33 | 274 | 101 | 126 | 0 | 101 | 32 | 206 | 113 | 52 |
| Binary | 11011 | 10111100 | 1000001 | 1010110 | 0 | 1000001 | 11010 | 10000110 | 1001011 | 101010 |
Color Harmonies of #1BBC41
Complementary color
Monochromatic Colors of #1BBC41
Black with #1BBC41
Text Example
Text Example
White with #1BBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC41; }
p { color: rgb(27,188,65); }
H1.HeaderClassName
{
color: #1BBC41;
}
.AnyTagClassName
{
color: #1BBC41;
}
</style>
background-color css
<style>
a { background-color: #1BBC41; }
a { background-color: rgb(27,188,65); }
div.DivClassName
{
background-color: #1BBC41;
}
.BgClassName
{
background-color: #1BBC41;
}
</style>
border-color css
<style>
span { border-color: #1BBC41; }
span { border-color: rgb(27,188,65); }
td.TdClassName
{
border-color: #1BBC41;
}
.TagClassName
{
border-color: #1BBC41;
}
</style>