Shades of Java #1E9785
Tints of Java #1E9785
RGB
CMYK
RGB Variations
Color information
#1E9785 (or 0x1E9785) is known color: Java. HEX triplet: 1E, 97 and 85. RGB value is (30,151,133). Sum of RGB (Red+Green+Blue) = 30+151+133=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #1E9785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9785 is #E1687A. Grayscale: #707070. Windows color (decimal): -14772347 or 8754974. OLE color: 8754974.
HSL color Cylindrical-coordinate representation of color #1E9785: hue angle of 171.07º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9785 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 133 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.41 |
| HSL | 171.07º | 0.67% | 0.35% | - |
| HSV(B) | 171.07º | 0.8% | 0.59% | - |
| XYZ | 15.84 | 24.1 | 26.01 | - |
| YUV | 112.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 133 | 0.80 | 0 | 0.12 | 0.41 | 171.07 | 0.67 | 0.35 |
| Hex | 1E | 97 | 85 | 50 | 0 | C | 29 | AB | 43 | 23 |
| Octal | 36 | 227 | 205 | 120 | 0 | 14 | 51 | 253 | 103 | 43 |
| Binary | 11110 | 10010111 | 10000101 | 1010000 | 0 | 1100 | 101001 | 10101011 | 1000011 | 100011 |
Color Harmonies of #1E9785
Complementary color
Monochromatic Colors of #1E9785
Black with #1E9785
Text Example
Text Example
White with #1E9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9785; }
p { color: rgb(30,151,133); }
H1.HeaderClassName
{
color: #1E9785;
}
.AnyTagClassName
{
color: #1E9785;
}
</style>
background-color css
<style>
a { background-color: #1E9785; }
a { background-color: rgb(30,151,133); }
div.DivClassName
{
background-color: #1E9785;
}
.BgClassName
{
background-color: #1E9785;
}
</style>
border-color css
<style>
span { border-color: #1E9785; }
span { border-color: rgb(30,151,133); }
td.TdClassName
{
border-color: #1E9785;
}
.TagClassName
{
border-color: #1E9785;
}
</style>