Shades of Java #1DA29D
Tints of Java #1DA29D
RGB
CMYK
RGB Variations
Color information
#1DA29D (or 0x1DA29D) is known color: Java. HEX triplet: 1D, A2 and 9D. RGB value is (29,162,157). Sum of RGB (Red+Green+Blue) = 29+162+157=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA29D is #E25D62. Grayscale: #797979. Windows color (decimal): -14835043 or 10330653. OLE color: 10330653.
HSL color Cylindrical-coordinate representation of color #1DA29D: hue angle of 177.74º 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 #1DA29D is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 157 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.36 |
| HSL | 177.74º | 0.7% | 0.37% | - |
| HSV(B) | 177.74º | 0.82% | 0.64% | - |
| XYZ | 19.51 | 28.54 | 36.38 | - |
| YUV | 121.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 157 | 0.82 | 0 | 0.03 | 0.36 | 177.74 | 0.7 | 0.37 |
| Hex | 1D | A2 | 9D | 52 | 0 | 3 | 24 | B2 | 46 | 25 |
| Octal | 35 | 242 | 235 | 122 | 0 | 3 | 44 | 262 | 106 | 45 |
| Binary | 11101 | 10100010 | 10011101 | 1010010 | 0 | 11 | 100100 | 10110010 | 1000110 | 100101 |
Color Harmonies of #1DA29D
Complementary color
Monochromatic Colors of #1DA29D
Black with #1DA29D
Text Example
Text Example
White with #1DA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA29D; }
p { color: rgb(29,162,157); }
H1.HeaderClassName
{
color: #1DA29D;
}
.AnyTagClassName
{
color: #1DA29D;
}
</style>
background-color css
<style>
a { background-color: #1DA29D; }
a { background-color: rgb(29,162,157); }
div.DivClassName
{
background-color: #1DA29D;
}
.BgClassName
{
background-color: #1DA29D;
}
</style>
border-color css
<style>
span { border-color: #1DA29D; }
span { border-color: rgb(29,162,157); }
td.TdClassName
{
border-color: #1DA29D;
}
.TagClassName
{
border-color: #1DA29D;
}
</style>