Shades of Java #1DA597
Tints of Java #1DA597
RGB
CMYK
RGB Variations
Color information
#1DA597 (or 0x1DA597) is known color: Java. HEX triplet: 1D, A5 and 97. RGB value is (29,165,151). Sum of RGB (Red+Green+Blue) = 29+165+151=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA597 is #E25A68. Grayscale: #7A7A7A. Windows color (decimal): -14834281 or 9938205. OLE color: 9938205.
HSL color Cylindrical-coordinate representation of color #1DA597: hue angle of 173.82º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA597 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 151 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.35 |
| HSL | 173.82º | 0.7% | 0.38% | - |
| HSV(B) | 173.82º | 0.82% | 0.65% | - |
| XYZ | 19.55 | 29.41 | 33.92 | - |
| YUV | 122.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 151 | 0.82 | 0 | 0.08 | 0.35 | 173.82 | 0.7 | 0.38 |
| Hex | 1D | A5 | 97 | 52 | 0 | 8 | 23 | AE | 46 | 26 |
| Octal | 35 | 245 | 227 | 122 | 0 | 10 | 43 | 256 | 106 | 46 |
| Binary | 11101 | 10100101 | 10010111 | 1010010 | 0 | 1000 | 100011 | 10101110 | 1000110 | 100110 |
Color Harmonies of #1DA597
Complementary color
Monochromatic Colors of #1DA597
Black with #1DA597
Text Example
Text Example
White with #1DA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA597; }
p { color: rgb(29,165,151); }
H1.HeaderClassName
{
color: #1DA597;
}
.AnyTagClassName
{
color: #1DA597;
}
</style>
background-color css
<style>
a { background-color: #1DA597; }
a { background-color: rgb(29,165,151); }
div.DivClassName
{
background-color: #1DA597;
}
.BgClassName
{
background-color: #1DA597;
}
</style>
border-color css
<style>
span { border-color: #1DA597; }
span { border-color: rgb(29,165,151); }
td.TdClassName
{
border-color: #1DA597;
}
.TagClassName
{
border-color: #1DA597;
}
</style>