Shades of Dark Pastel Green #1BB53C
Tints of Dark Pastel Green #1BB53C
RGB
CMYK
RGB Variations
Color information
#1BB53C (or 0x1BB53C) is known color: Dark Pastel Green. HEX triplet: 1B, B5 and 3C. RGB value is (27,181,60). Sum of RGB (Red+Green+Blue) = 27+181+60=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #1BB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB53C is #E44AC3. Grayscale: #797979. Windows color (decimal): -14961348 or 3978523. OLE color: 3978523.
HSL color Cylindrical-coordinate representation of color #1BB53C: hue angle of 132.86º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB53C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 181 | 60 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.29 |
| HSL | 132.86º | 0.74% | 0.41% | - |
| HSV(B) | 132.86º | 0.85% | 0.71% | - |
| XYZ | 17.79 | 33.61 | 9.82 | - |
| YUV | 121.16 | 93.48 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 181 | 60 | 0.85 | 0 | 0.67 | 0.29 | 132.86 | 0.74 | 0.41 |
| Hex | 1B | B5 | 3C | 55 | 0 | 43 | 1D | 85 | 4A | 29 |
| Octal | 33 | 265 | 74 | 125 | 0 | 103 | 35 | 205 | 112 | 51 |
| Binary | 11011 | 10110101 | 111100 | 1010101 | 0 | 1000011 | 11101 | 10000101 | 1001010 | 101001 |
Color Harmonies of #1BB53C
Complementary color
Monochromatic Colors of #1BB53C
Black with #1BB53C
Text Example
Text Example
White with #1BB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB53C; }
p { color: rgb(27,181,60); }
H1.HeaderClassName
{
color: #1BB53C;
}
.AnyTagClassName
{
color: #1BB53C;
}
</style>
background-color css
<style>
a { background-color: #1BB53C; }
a { background-color: rgb(27,181,60); }
div.DivClassName
{
background-color: #1BB53C;
}
.BgClassName
{
background-color: #1BB53C;
}
</style>
border-color css
<style>
span { border-color: #1BB53C; }
span { border-color: rgb(27,181,60); }
td.TdClassName
{
border-color: #1BB53C;
}
.TagClassName
{
border-color: #1BB53C;
}
</style>