Shades of Dark Pastel Green #1BAD3E
Tints of Dark Pastel Green #1BAD3E
RGB
CMYK
RGB Variations
Color information
#1BAD3E (or 0x1BAD3E) is known color: Dark Pastel Green. HEX triplet: 1B, AD and 3E. RGB value is (27,173,62). Sum of RGB (Red+Green+Blue) = 27+173+62=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD3E is #E452C1. Grayscale: #747474. Windows color (decimal): -14963394 or 4107547. OLE color: 4107547.
HSL color Cylindrical-coordinate representation of color #1BAD3E: hue angle of 134.38º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD3E is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 62 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.32 |
| HSL | 134.38º | 0.73% | 0.39% | - |
| HSV(B) | 134.38º | 0.84% | 0.68% | - |
| XYZ | 16.27 | 30.47 | 9.58 | - |
| YUV | 116.69 | 97.13 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 62 | 0.84 | 0 | 0.64 | 0.32 | 134.38 | 0.73 | 0.39 |
| Hex | 1B | AD | 3E | 54 | 0 | 40 | 20 | 86 | 49 | 27 |
| Octal | 33 | 255 | 76 | 124 | 0 | 100 | 40 | 206 | 111 | 47 |
| Binary | 11011 | 10101101 | 111110 | 1010100 | 0 | 1000000 | 100000 | 10000110 | 1001001 | 100111 |
Color Harmonies of #1BAD3E
Complementary color
Monochromatic Colors of #1BAD3E
Black with #1BAD3E
Text Example
Text Example
White with #1BAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD3E; }
p { color: rgb(27,173,62); }
H1.HeaderClassName
{
color: #1BAD3E;
}
.AnyTagClassName
{
color: #1BAD3E;
}
</style>
background-color css
<style>
a { background-color: #1BAD3E; }
a { background-color: rgb(27,173,62); }
div.DivClassName
{
background-color: #1BAD3E;
}
.BgClassName
{
background-color: #1BAD3E;
}
</style>
border-color css
<style>
span { border-color: #1BAD3E; }
span { border-color: rgb(27,173,62); }
td.TdClassName
{
border-color: #1BAD3E;
}
.TagClassName
{
border-color: #1BAD3E;
}
</style>