Shades of Dark Pastel Green #1BBD3E
Tints of Dark Pastel Green #1BBD3E
RGB
CMYK
RGB Variations
Color information
#1BBD3E (or 0x1BBD3E) is known color: Dark Pastel Green. HEX triplet: 1B, BD and 3E. RGB value is (27,189,62). Sum of RGB (Red+Green+Blue) = 27+189+62=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBD3E is #E442C1. Grayscale: #7E7E7E. Windows color (decimal): -14959298 or 4111643. OLE color: 4111643.
HSL color Cylindrical-coordinate representation of color #1BBD3E: hue angle of 132.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBD3E is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 62 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.26 |
| HSL | 132.96º | 0.75% | 0.42% | - |
| HSV(B) | 132.96º | 0.86% | 0.74% | - |
| XYZ | 19.52 | 36.98 | 10.67 | - |
| YUV | 126.08 | 91.83 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 62 | 0.86 | 0 | 0.67 | 0.26 | 132.96 | 0.75 | 0.42 |
| Hex | 1B | BD | 3E | 56 | 0 | 43 | 1A | 85 | 4B | 2A |
| Octal | 33 | 275 | 76 | 126 | 0 | 103 | 32 | 205 | 113 | 52 |
| Binary | 11011 | 10111101 | 111110 | 1010110 | 0 | 1000011 | 11010 | 10000101 | 1001011 | 101010 |
Color Harmonies of #1BBD3E
Complementary color
Monochromatic Colors of #1BBD3E
Black with #1BBD3E
Text Example
Text Example
White with #1BBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD3E; }
p { color: rgb(27,189,62); }
H1.HeaderClassName
{
color: #1BBD3E;
}
.AnyTagClassName
{
color: #1BBD3E;
}
</style>
background-color css
<style>
a { background-color: #1BBD3E; }
a { background-color: rgb(27,189,62); }
div.DivClassName
{
background-color: #1BBD3E;
}
.BgClassName
{
background-color: #1BBD3E;
}
</style>
border-color css
<style>
span { border-color: #1BBD3E; }
span { border-color: rgb(27,189,62); }
td.TdClassName
{
border-color: #1BBD3E;
}
.TagClassName
{
border-color: #1BBD3E;
}
</style>