Shades of Java #1DA395
Tints of Java #1DA395
RGB
CMYK
RGB Variations
Color information
#1DA395 (or 0x1DA395) is known color: Java. HEX triplet: 1D, A3 and 95. RGB value is (29,163,149). Sum of RGB (Red+Green+Blue) = 29+163+149=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA395 is #E25C6A. Grayscale: #797979. Windows color (decimal): -14834795 or 9806621. OLE color: 9806621.
HSL color Cylindrical-coordinate representation of color #1DA395: hue angle of 173.73º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA395 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 149 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.36 |
| HSL | 173.73º | 0.7% | 0.38% | - |
| HSV(B) | 173.73º | 0.82% | 0.64% | - |
| XYZ | 19.03 | 28.63 | 32.96 | - |
| YUV | 121.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 149 | 0.82 | 0 | 0.09 | 0.36 | 173.73 | 0.7 | 0.38 |
| Hex | 1D | A3 | 95 | 52 | 0 | 9 | 24 | AE | 46 | 26 |
| Octal | 35 | 243 | 225 | 122 | 0 | 11 | 44 | 256 | 106 | 46 |
| Binary | 11101 | 10100011 | 10010101 | 1010010 | 0 | 1001 | 100100 | 10101110 | 1000110 | 100110 |
Color Harmonies of #1DA395
Complementary color
Monochromatic Colors of #1DA395
Black with #1DA395
Text Example
Text Example
White with #1DA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA395; }
p { color: rgb(29,163,149); }
H1.HeaderClassName
{
color: #1DA395;
}
.AnyTagClassName
{
color: #1DA395;
}
</style>
background-color css
<style>
a { background-color: #1DA395; }
a { background-color: rgb(29,163,149); }
div.DivClassName
{
background-color: #1DA395;
}
.BgClassName
{
background-color: #1DA395;
}
</style>
border-color css
<style>
span { border-color: #1DA395; }
span { border-color: rgb(29,163,149); }
td.TdClassName
{
border-color: #1DA395;
}
.TagClassName
{
border-color: #1DA395;
}
</style>