Shades of Java #1E9384
Tints of Java #1E9384
RGB
CMYK
RGB Variations
Color information
#1E9384 (or 0x1E9384) is known color: Java. HEX triplet: 1E, 93 and 84. RGB value is (30,147,132). Sum of RGB (Red+Green+Blue) = 30+147+132=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #1E9384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9384 is #E16C7B. Grayscale: #6E6E6E. Windows color (decimal): -14773372 or 8688414. OLE color: 8688414.
HSL color Cylindrical-coordinate representation of color #1E9384: hue angle of 172.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9384 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 132 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.42 |
| HSL | 172.31º | 0.66% | 0.35% | - |
| HSV(B) | 172.31º | 0.8% | 0.58% | - |
| XYZ | 15.13 | 22.81 | 25.43 | - |
| YUV | 110.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 132 | 0.80 | 0 | 0.10 | 0.42 | 172.31 | 0.66 | 0.35 |
| Hex | 1E | 93 | 84 | 50 | 0 | A | 2A | AC | 42 | 23 |
| Octal | 36 | 223 | 204 | 120 | 0 | 12 | 52 | 254 | 102 | 43 |
| Binary | 11110 | 10010011 | 10000100 | 1010000 | 0 | 1010 | 101010 | 10101100 | 1000010 | 100011 |
Color Harmonies of #1E9384
Complementary color
Monochromatic Colors of #1E9384
Black with #1E9384
Text Example
Text Example
White with #1E9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9384; }
p { color: rgb(30,147,132); }
H1.HeaderClassName
{
color: #1E9384;
}
.AnyTagClassName
{
color: #1E9384;
}
</style>
background-color css
<style>
a { background-color: #1E9384; }
a { background-color: rgb(30,147,132); }
div.DivClassName
{
background-color: #1E9384;
}
.BgClassName
{
background-color: #1E9384;
}
</style>
border-color css
<style>
span { border-color: #1E9384; }
span { border-color: rgb(30,147,132); }
td.TdClassName
{
border-color: #1E9384;
}
.TagClassName
{
border-color: #1E9384;
}
</style>