Shades of Jungle Green #1DA27A
Tints of Jungle Green #1DA27A
RGB
CMYK
RGB Variations
Color information
#1DA27A (or 0x1DA27A) is known color: Jungle Green. HEX triplet: 1D, A2 and 7A. RGB value is (29,162,122). Sum of RGB (Red+Green+Blue) = 29+162+122=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA27A is #E25D85. Grayscale: #757575. Windows color (decimal): -14835078 or 8036893. OLE color: 8036893.
HSL color Cylindrical-coordinate representation of color #1DA27A: hue angle of 161.95º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA27A is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 122 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.36 |
| HSL | 161.95º | 0.7% | 0.37% | - |
| HSV(B) | 161.95º | 0.82% | 0.64% | - |
| XYZ | 16.94 | 27.51 | 22.83 | - |
| YUV | 117.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 122 | 0.82 | 0 | 0.25 | 0.36 | 161.95 | 0.7 | 0.37 |
| Hex | 1D | A2 | 7A | 52 | 0 | 19 | 24 | A2 | 46 | 25 |
| Octal | 35 | 242 | 172 | 122 | 0 | 31 | 44 | 242 | 106 | 45 |
| Binary | 11101 | 10100010 | 1111010 | 1010010 | 0 | 11001 | 100100 | 10100010 | 1000110 | 100101 |
Color Harmonies of #1DA27A
Complementary color
Monochromatic Colors of #1DA27A
Black with #1DA27A
Text Example
Text Example
White with #1DA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA27A; }
p { color: rgb(29,162,122); }
H1.HeaderClassName
{
color: #1DA27A;
}
.AnyTagClassName
{
color: #1DA27A;
}
</style>
background-color css
<style>
a { background-color: #1DA27A; }
a { background-color: rgb(29,162,122); }
div.DivClassName
{
background-color: #1DA27A;
}
.BgClassName
{
background-color: #1DA27A;
}
</style>
border-color css
<style>
span { border-color: #1DA27A; }
span { border-color: rgb(29,162,122); }
td.TdClassName
{
border-color: #1DA27A;
}
.TagClassName
{
border-color: #1DA27A;
}
</style>