Shades of Dark Pastel Green #1BC536
Tints of Dark Pastel Green #1BC536
RGB
CMYK
RGB Variations
Color information
#1BC536 (or 0x1BC536) is known color: Dark Pastel Green. HEX triplet: 1B, C5 and 36. RGB value is (27,197,54). Sum of RGB (Red+Green+Blue) = 27+197+54=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC536 is #E43AC9. Grayscale: #828282. Windows color (decimal): -14957258 or 3589403. OLE color: 3589403.
HSL color Cylindrical-coordinate representation of color #1BC536: hue angle of 129.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC536 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 54 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.23 |
| HSL | 129.53º | 0.76% | 0.44% | - |
| HSV(B) | 129.53º | 0.86% | 0.77% | - |
| XYZ | 21.08 | 40.43 | 10.18 | - |
| YUV | 129.87 | 85.18 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 54 | 0.86 | 0 | 0.73 | 0.23 | 129.53 | 0.76 | 0.44 |
| Hex | 1B | C5 | 36 | 56 | 0 | 49 | 17 | 82 | 4C | 2C |
| Octal | 33 | 305 | 66 | 126 | 0 | 111 | 27 | 202 | 114 | 54 |
| Binary | 11011 | 11000101 | 110110 | 1010110 | 0 | 1001001 | 10111 | 10000010 | 1001100 | 101100 |
Color Harmonies of #1BC536
Complementary color
Monochromatic Colors of #1BC536
Black with #1BC536
Text Example
Text Example
White with #1BC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC536; }
p { color: rgb(27,197,54); }
H1.HeaderClassName
{
color: #1BC536;
}
.AnyTagClassName
{
color: #1BC536;
}
</style>
background-color css
<style>
a { background-color: #1BC536; }
a { background-color: rgb(27,197,54); }
div.DivClassName
{
background-color: #1BC536;
}
.BgClassName
{
background-color: #1BC536;
}
</style>
border-color css
<style>
span { border-color: #1BC536; }
span { border-color: rgb(27,197,54); }
td.TdClassName
{
border-color: #1BC536;
}
.TagClassName
{
border-color: #1BC536;
}
</style>