Shades of Dark Pastel Green #1BB63B
Tints of Dark Pastel Green #1BB63B
RGB
CMYK
RGB Variations
Color information
#1BB63B (or 0x1BB63B) is known color: Dark Pastel Green. HEX triplet: 1B, B6 and 3B. RGB value is (27,182,59). Sum of RGB (Red+Green+Blue) = 27+182+59=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 182 (71.48% from 255 or 67.91% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 182 - color contains mainly: green. Hex color #1BB63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB63B is #E449C4. Grayscale: #797979. Windows color (decimal): -14961093 or 3913243. OLE color: 3913243.
HSL color Cylindrical-coordinate representation of color #1BB63B: hue angle of 132.39º 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 #1BB63B is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 182 | 59 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.29 |
| HSL | 132.39º | 0.74% | 0.41% | - |
| HSV(B) | 132.39º | 0.85% | 0.71% | - |
| XYZ | 17.97 | 34 | 9.75 | - |
| YUV | 121.63 | 92.65 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 182 | 59 | 0.85 | 0 | 0.68 | 0.29 | 132.39 | 0.74 | 0.41 |
| Hex | 1B | B6 | 3B | 55 | 0 | 44 | 1D | 84 | 4A | 29 |
| Octal | 33 | 266 | 73 | 125 | 0 | 104 | 35 | 204 | 112 | 51 |
| Binary | 11011 | 10110110 | 111011 | 1010101 | 0 | 1000100 | 11101 | 10000100 | 1001010 | 101001 |
Color Harmonies of #1BB63B
Complementary color
Monochromatic Colors of #1BB63B
Black with #1BB63B
Text Example
Text Example
White with #1BB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB63B; }
p { color: rgb(27,182,59); }
H1.HeaderClassName
{
color: #1BB63B;
}
.AnyTagClassName
{
color: #1BB63B;
}
</style>
background-color css
<style>
a { background-color: #1BB63B; }
a { background-color: rgb(27,182,59); }
div.DivClassName
{
background-color: #1BB63B;
}
.BgClassName
{
background-color: #1BB63B;
}
</style>
border-color css
<style>
span { border-color: #1BB63B; }
span { border-color: rgb(27,182,59); }
td.TdClassName
{
border-color: #1BB63B;
}
.TagClassName
{
border-color: #1BB63B;
}
</style>