Shades of Dark Pastel Green #1BAD34
Tints of Dark Pastel Green #1BAD34
RGB
CMYK
RGB Variations
Color information
#1BAD34 (or 0x1BAD34) is known color: Dark Pastel Green. HEX triplet: 1B, AD and 34. RGB value is (27,173,52). Sum of RGB (Red+Green+Blue) = 27+173+52=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD34 is #E452CB. Grayscale: #737373. Windows color (decimal): -14963404 or 3452187. OLE color: 3452187.
HSL color Cylindrical-coordinate representation of color #1BAD34: hue angle of 130.27º 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 #1BAD34 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 52 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.32 |
| HSL | 130.27º | 0.73% | 0.39% | - |
| HSV(B) | 130.27º | 0.84% | 0.68% | - |
| XYZ | 16.02 | 30.37 | 8.27 | - |
| YUV | 115.55 | 92.13 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 52 | 0.84 | 0 | 0.70 | 0.32 | 130.27 | 0.73 | 0.39 |
| Hex | 1B | AD | 34 | 54 | 0 | 46 | 20 | 82 | 49 | 27 |
| Octal | 33 | 255 | 64 | 124 | 0 | 106 | 40 | 202 | 111 | 47 |
| Binary | 11011 | 10101101 | 110100 | 1010100 | 0 | 1000110 | 100000 | 10000010 | 1001001 | 100111 |
Color Harmonies of #1BAD34
Complementary color
Monochromatic Colors of #1BAD34
Black with #1BAD34
Text Example
Text Example
White with #1BAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD34; }
p { color: rgb(27,173,52); }
H1.HeaderClassName
{
color: #1BAD34;
}
.AnyTagClassName
{
color: #1BAD34;
}
</style>
background-color css
<style>
a { background-color: #1BAD34; }
a { background-color: rgb(27,173,52); }
div.DivClassName
{
background-color: #1BAD34;
}
.BgClassName
{
background-color: #1BAD34;
}
</style>
border-color css
<style>
span { border-color: #1BAD34; }
span { border-color: rgb(27,173,52); }
td.TdClassName
{
border-color: #1BAD34;
}
.TagClassName
{
border-color: #1BAD34;
}
</style>