Shades of Java #1DA29C
Tints of Java #1DA29C
RGB
CMYK
RGB Variations
Color information
#1DA29C (or 0x1DA29C) is known color: Java. HEX triplet: 1D, A2 and 9C. RGB value is (29,162,156). Sum of RGB (Red+Green+Blue) = 29+162+156=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA29C is #E25D63. Grayscale: #797979. Windows color (decimal): -14835044 or 10265117. OLE color: 10265117.
HSL color Cylindrical-coordinate representation of color #1DA29C: hue angle of 177.29º 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 #1DA29C is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 156 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.36 |
| HSL | 177.29º | 0.7% | 0.37% | - |
| HSV(B) | 177.29º | 0.82% | 0.64% | - |
| XYZ | 19.43 | 28.5 | 35.93 | - |
| YUV | 121.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 156 | 0.82 | 0 | 0.04 | 0.36 | 177.29 | 0.7 | 0.37 |
| Hex | 1D | A2 | 9C | 52 | 0 | 4 | 24 | B1 | 46 | 25 |
| Octal | 35 | 242 | 234 | 122 | 0 | 4 | 44 | 261 | 106 | 45 |
| Binary | 11101 | 10100010 | 10011100 | 1010010 | 0 | 100 | 100100 | 10110001 | 1000110 | 100101 |
Color Harmonies of #1DA29C
Complementary color
Monochromatic Colors of #1DA29C
Black with #1DA29C
Text Example
Text Example
White with #1DA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA29C; }
p { color: rgb(29,162,156); }
H1.HeaderClassName
{
color: #1DA29C;
}
.AnyTagClassName
{
color: #1DA29C;
}
</style>
background-color css
<style>
a { background-color: #1DA29C; }
a { background-color: rgb(29,162,156); }
div.DivClassName
{
background-color: #1DA29C;
}
.BgClassName
{
background-color: #1DA29C;
}
</style>
border-color css
<style>
span { border-color: #1DA29C; }
span { border-color: rgb(29,162,156); }
td.TdClassName
{
border-color: #1DA29C;
}
.TagClassName
{
border-color: #1DA29C;
}
</style>