Shades of Java #1DA299
Tints of Java #1DA299
RGB
CMYK
RGB Variations
Color information
#1DA299 (or 0x1DA299) is known color: Java. HEX triplet: 1D, A2 and 99. RGB value is (29,162,153). Sum of RGB (Red+Green+Blue) = 29+162+153=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA299 is #E25D66. Grayscale: #797979. Windows color (decimal): -14835047 or 10068509. OLE color: 10068509.
HSL color Cylindrical-coordinate representation of color #1DA299: hue angle of 175.94º 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 #1DA299 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 153 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.36 |
| HSL | 175.94º | 0.7% | 0.37% | - |
| HSV(B) | 175.94º | 0.82% | 0.64% | - |
| XYZ | 19.18 | 28.4 | 34.61 | - |
| YUV | 121.21 | 145.94 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 153 | 0.82 | 0 | 0.06 | 0.36 | 175.94 | 0.7 | 0.37 |
| Hex | 1D | A2 | 99 | 52 | 0 | 6 | 24 | B0 | 46 | 25 |
| Octal | 35 | 242 | 231 | 122 | 0 | 6 | 44 | 260 | 106 | 45 |
| Binary | 11101 | 10100010 | 10011001 | 1010010 | 0 | 110 | 100100 | 10110000 | 1000110 | 100101 |
Color Harmonies of #1DA299
Complementary color
Monochromatic Colors of #1DA299
Black with #1DA299
Text Example
Text Example
White with #1DA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA299; }
p { color: rgb(29,162,153); }
H1.HeaderClassName
{
color: #1DA299;
}
.AnyTagClassName
{
color: #1DA299;
}
</style>
background-color css
<style>
a { background-color: #1DA299; }
a { background-color: rgb(29,162,153); }
div.DivClassName
{
background-color: #1DA299;
}
.BgClassName
{
background-color: #1DA299;
}
</style>
border-color css
<style>
span { border-color: #1DA299; }
span { border-color: rgb(29,162,153); }
td.TdClassName
{
border-color: #1DA299;
}
.TagClassName
{
border-color: #1DA299;
}
</style>