Shades of Java #1DA293
Tints of Java #1DA293
RGB
CMYK
RGB Variations
Color information
#1DA293 (or 0x1DA293) is known color: Java. HEX triplet: 1D, A2 and 93. RGB value is (29,162,147). Sum of RGB (Red+Green+Blue) = 29+162+147=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA293 is #E25D6C. Grayscale: #787878. Windows color (decimal): -14835053 or 9675293. OLE color: 9675293.
HSL color Cylindrical-coordinate representation of color #1DA293: hue angle of 173.23º 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 #1DA293 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 147 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.36 |
| HSL | 173.23º | 0.7% | 0.37% | - |
| HSV(B) | 173.23º | 0.82% | 0.64% | - |
| XYZ | 18.69 | 28.21 | 32.06 | - |
| YUV | 120.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 147 | 0.82 | 0 | 0.09 | 0.36 | 173.23 | 0.7 | 0.37 |
| Hex | 1D | A2 | 93 | 52 | 0 | 9 | 24 | AD | 46 | 25 |
| Octal | 35 | 242 | 223 | 122 | 0 | 11 | 44 | 255 | 106 | 45 |
| Binary | 11101 | 10100010 | 10010011 | 1010010 | 0 | 1001 | 100100 | 10101101 | 1000110 | 100101 |
Color Harmonies of #1DA293
Complementary color
Monochromatic Colors of #1DA293
Black with #1DA293
Text Example
Text Example
White with #1DA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA293; }
p { color: rgb(29,162,147); }
H1.HeaderClassName
{
color: #1DA293;
}
.AnyTagClassName
{
color: #1DA293;
}
</style>
background-color css
<style>
a { background-color: #1DA293; }
a { background-color: rgb(29,162,147); }
div.DivClassName
{
background-color: #1DA293;
}
.BgClassName
{
background-color: #1DA293;
}
</style>
border-color css
<style>
span { border-color: #1DA293; }
span { border-color: rgb(29,162,147); }
td.TdClassName
{
border-color: #1DA293;
}
.TagClassName
{
border-color: #1DA293;
}
</style>