Shades of Dark Pastel Green #1BC138
Tints of Dark Pastel Green #1BC138
RGB
CMYK
RGB Variations
Color information
#1BC138 (or 0x1BC138) is known color: Dark Pastel Green. HEX triplet: 1B, C1 and 38. RGB value is (27,193,56). Sum of RGB (Red+Green+Blue) = 27+193+56=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #1BC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC138 is #E43EC7. Grayscale: #808080. Windows color (decimal): -14958280 or 3719451. OLE color: 3719451.
HSL color Cylindrical-coordinate representation of color #1BC138: hue angle of 130.48º degrees, saturation: 0.75, 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 #1BC138 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 193 | 56 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.24 |
| HSL | 130.48º | 0.75% | 0.43% | - |
| HSV(B) | 130.48º | 0.86% | 0.76% | - |
| XYZ | 20.24 | 38.66 | 10.14 | - |
| YUV | 127.75 | 87.5 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 193 | 56 | 0.86 | 0 | 0.71 | 0.24 | 130.48 | 0.75 | 0.43 |
| Hex | 1B | C1 | 38 | 56 | 0 | 47 | 18 | 82 | 4B | 2B |
| Octal | 33 | 301 | 70 | 126 | 0 | 107 | 30 | 202 | 113 | 53 |
| Binary | 11011 | 11000001 | 111000 | 1010110 | 0 | 1000111 | 11000 | 10000010 | 1001011 | 101011 |
Color Harmonies of #1BC138
Complementary color
Monochromatic Colors of #1BC138
Black with #1BC138
Text Example
Text Example
White with #1BC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC138; }
p { color: rgb(27,193,56); }
H1.HeaderClassName
{
color: #1BC138;
}
.AnyTagClassName
{
color: #1BC138;
}
</style>
background-color css
<style>
a { background-color: #1BC138; }
a { background-color: rgb(27,193,56); }
div.DivClassName
{
background-color: #1BC138;
}
.BgClassName
{
background-color: #1BC138;
}
</style>
border-color css
<style>
span { border-color: #1BC138; }
span { border-color: rgb(27,193,56); }
td.TdClassName
{
border-color: #1BC138;
}
.TagClassName
{
border-color: #1BC138;
}
</style>