Shades of Dark Pastel Green #1BAE3D
Tints of Dark Pastel Green #1BAE3D
RGB
CMYK
RGB Variations
Color information
#1BAE3D (or 0x1BAE3D) is known color: Dark Pastel Green. HEX triplet: 1B, AE and 3D. RGB value is (27,174,61). Sum of RGB (Red+Green+Blue) = 27+174+61=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE3D is #E451C2. Grayscale: #757575. Windows color (decimal): -14963139 or 4042267. OLE color: 4042267.
HSL color Cylindrical-coordinate representation of color #1BAE3D: hue angle of 133.88º 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 #1BAE3D is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 61 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.32 |
| HSL | 133.88º | 0.73% | 0.39% | - |
| HSV(B) | 133.88º | 0.84% | 0.68% | - |
| XYZ | 16.43 | 30.84 | 9.5 | - |
| YUV | 117.17 | 96.3 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 61 | 0.84 | 0 | 0.65 | 0.32 | 133.88 | 0.73 | 0.39 |
| Hex | 1B | AE | 3D | 54 | 0 | 41 | 20 | 86 | 49 | 27 |
| Octal | 33 | 256 | 75 | 124 | 0 | 101 | 40 | 206 | 111 | 47 |
| Binary | 11011 | 10101110 | 111101 | 1010100 | 0 | 1000001 | 100000 | 10000110 | 1001001 | 100111 |
Color Harmonies of #1BAE3D
Complementary color
Monochromatic Colors of #1BAE3D
Black with #1BAE3D
Text Example
Text Example
White with #1BAE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE3D; }
p { color: rgb(27,174,61); }
H1.HeaderClassName
{
color: #1BAE3D;
}
.AnyTagClassName
{
color: #1BAE3D;
}
</style>
background-color css
<style>
a { background-color: #1BAE3D; }
a { background-color: rgb(27,174,61); }
div.DivClassName
{
background-color: #1BAE3D;
}
.BgClassName
{
background-color: #1BAE3D;
}
</style>
border-color css
<style>
span { border-color: #1BAE3D; }
span { border-color: rgb(27,174,61); }
td.TdClassName
{
border-color: #1BAE3D;
}
.TagClassName
{
border-color: #1BAE3D;
}
</style>