Shades of Dark Pastel Green #1BC237
Tints of Dark Pastel Green #1BC237
RGB
CMYK
RGB Variations
Color information
#1BC237 (or 0x1BC237) is known color: Dark Pastel Green. HEX triplet: 1B, C2 and 37. RGB value is (27,194,55). Sum of RGB (Red+Green+Blue) = 27+194+55=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC237 is #E43DC8. Grayscale: #808080. Windows color (decimal): -14958025 or 3654171. OLE color: 3654171.
HSL color Cylindrical-coordinate representation of color #1BC237: hue angle of 130.06º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC237 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 55 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.24 |
| HSL | 130.06º | 0.76% | 0.43% | - |
| HSV(B) | 130.06º | 0.86% | 0.76% | - |
| XYZ | 20.43 | 39.09 | 10.08 | - |
| YUV | 128.22 | 86.67 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 55 | 0.86 | 0 | 0.72 | 0.24 | 130.06 | 0.76 | 0.43 |
| Hex | 1B | C2 | 37 | 56 | 0 | 48 | 18 | 82 | 4C | 2B |
| Octal | 33 | 302 | 67 | 126 | 0 | 110 | 30 | 202 | 114 | 53 |
| Binary | 11011 | 11000010 | 110111 | 1010110 | 0 | 1001000 | 11000 | 10000010 | 1001100 | 101011 |
Color Harmonies of #1BC237
Complementary color
Monochromatic Colors of #1BC237
Black with #1BC237
Text Example
Text Example
White with #1BC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC237; }
p { color: rgb(27,194,55); }
H1.HeaderClassName
{
color: #1BC237;
}
.AnyTagClassName
{
color: #1BC237;
}
</style>
background-color css
<style>
a { background-color: #1BC237; }
a { background-color: rgb(27,194,55); }
div.DivClassName
{
background-color: #1BC237;
}
.BgClassName
{
background-color: #1BC237;
}
</style>
border-color css
<style>
span { border-color: #1BC237; }
span { border-color: rgb(27,194,55); }
td.TdClassName
{
border-color: #1BC237;
}
.TagClassName
{
border-color: #1BC237;
}
</style>