Shades of Java #1DA292
Tints of Java #1DA292
RGB
CMYK
RGB Variations
Color information
#1DA292 (or 0x1DA292) is known color: Java. HEX triplet: 1D, A2 and 92. RGB value is (29,162,146). Sum of RGB (Red+Green+Blue) = 29+162+146=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA292 is #E25D6D. Grayscale: #787878. Windows color (decimal): -14835054 or 9609757. OLE color: 9609757.
HSL color Cylindrical-coordinate representation of color #1DA292: hue angle of 172.78º 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 #1DA292 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 146 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.36 |
| HSL | 172.78º | 0.7% | 0.37% | - |
| HSV(B) | 172.78º | 0.82% | 0.64% | - |
| XYZ | 18.62 | 28.18 | 31.65 | - |
| YUV | 120.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 146 | 0.82 | 0 | 0.10 | 0.36 | 172.78 | 0.7 | 0.37 |
| Hex | 1D | A2 | 92 | 52 | 0 | A | 24 | AD | 46 | 25 |
| Octal | 35 | 242 | 222 | 122 | 0 | 12 | 44 | 255 | 106 | 45 |
| Binary | 11101 | 10100010 | 10010010 | 1010010 | 0 | 1010 | 100100 | 10101101 | 1000110 | 100101 |
Color Harmonies of #1DA292
Complementary color
Monochromatic Colors of #1DA292
Black with #1DA292
Text Example
Text Example
White with #1DA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA292; }
p { color: rgb(29,162,146); }
H1.HeaderClassName
{
color: #1DA292;
}
.AnyTagClassName
{
color: #1DA292;
}
</style>
background-color css
<style>
a { background-color: #1DA292; }
a { background-color: rgb(29,162,146); }
div.DivClassName
{
background-color: #1DA292;
}
.BgClassName
{
background-color: #1DA292;
}
</style>
border-color css
<style>
span { border-color: #1DA292; }
span { border-color: rgb(29,162,146); }
td.TdClassName
{
border-color: #1DA292;
}
.TagClassName
{
border-color: #1DA292;
}
</style>