Shades of Java #1E928A
Tints of Java #1E928A
RGB
CMYK
RGB Variations
Color information
#1E928A (or 0x1E928A) is known color: Java. HEX triplet: 1E, 92 and 8A. RGB value is (30,146,138). Sum of RGB (Red+Green+Blue) = 30+146+138=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #1E928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E928A is #E16D75. Grayscale: #6E6E6E. Windows color (decimal): -14773622 or 9081374. OLE color: 9081374.
HSL color Cylindrical-coordinate representation of color #1E928A: hue angle of 175.86º 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 #1E928A is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 146 | 138 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.43 |
| HSL | 175.86º | 0.66% | 0.35% | - |
| HSV(B) | 175.86º | 0.79% | 0.57% | - |
| XYZ | 15.4 | 22.67 | 27.61 | - |
| YUV | 110.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 146 | 138 | 0.79 | 0 | 0.05 | 0.43 | 175.86 | 0.66 | 0.35 |
| Hex | 1E | 92 | 8A | 4F | 0 | 5 | 2B | B0 | 42 | 23 |
| Octal | 36 | 222 | 212 | 117 | 0 | 5 | 53 | 260 | 102 | 43 |
| Binary | 11110 | 10010010 | 10001010 | 1001111 | 0 | 101 | 101011 | 10110000 | 1000010 | 100011 |
Color Harmonies of #1E928A
Complementary color
Monochromatic Colors of #1E928A
Black with #1E928A
Text Example
Text Example
White with #1E928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E928A; }
p { color: rgb(30,146,138); }
H1.HeaderClassName
{
color: #1E928A;
}
.AnyTagClassName
{
color: #1E928A;
}
</style>
background-color css
<style>
a { background-color: #1E928A; }
a { background-color: rgb(30,146,138); }
div.DivClassName
{
background-color: #1E928A;
}
.BgClassName
{
background-color: #1E928A;
}
</style>
border-color css
<style>
span { border-color: #1E928A; }
span { border-color: rgb(30,146,138); }
td.TdClassName
{
border-color: #1E928A;
}
.TagClassName
{
border-color: #1E928A;
}
</style>