Shades of Java #1E928E
Tints of Java #1E928E
RGB
CMYK
RGB Variations
Color information
#1E928E (or 0x1E928E) is known color: Java. HEX triplet: 1E, 92 and 8E. RGB value is (30,146,142). Sum of RGB (Red+Green+Blue) = 30+146+142=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #1E928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E928E is #E16D71. Grayscale: #6E6E6E. Windows color (decimal): -14773618 or 9343518. OLE color: 9343518.
HSL color Cylindrical-coordinate representation of color #1E928E: hue angle of 177.93º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E928E is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 146 | 142 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.43 |
| HSL | 177.93º | 0.66% | 0.35% | - |
| HSV(B) | 177.93º | 0.79% | 0.57% | - |
| XYZ | 15.7 | 22.79 | 29.16 | - |
| YUV | 110.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 146 | 142 | 0.79 | 0 | 0.03 | 0.43 | 177.93 | 0.66 | 0.35 |
| Hex | 1E | 92 | 8E | 4F | 0 | 3 | 2B | B2 | 42 | 23 |
| Octal | 36 | 222 | 216 | 117 | 0 | 3 | 53 | 262 | 102 | 43 |
| Binary | 11110 | 10010010 | 10001110 | 1001111 | 0 | 11 | 101011 | 10110010 | 1000010 | 100011 |
Color Harmonies of #1E928E
Complementary color
Monochromatic Colors of #1E928E
Black with #1E928E
Text Example
Text Example
White with #1E928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E928E; }
p { color: rgb(30,146,142); }
H1.HeaderClassName
{
color: #1E928E;
}
.AnyTagClassName
{
color: #1E928E;
}
</style>
background-color css
<style>
a { background-color: #1E928E; }
a { background-color: rgb(30,146,142); }
div.DivClassName
{
background-color: #1E928E;
}
.BgClassName
{
background-color: #1E928E;
}
</style>
border-color css
<style>
span { border-color: #1E928E; }
span { border-color: rgb(30,146,142); }
td.TdClassName
{
border-color: #1E928E;
}
.TagClassName
{
border-color: #1E928E;
}
</style>