Shades of Java #1F928C
Tints of Java #1F928C
RGB
CMYK
RGB Variations
Color information
#1F928C (or 0x1F928C) is known color: Java. HEX triplet: 1F, 92 and 8C. RGB value is (31,146,140). Sum of RGB (Red+Green+Blue) = 31+146+140=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #1F928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F928C is #E06D73. Grayscale: #6E6E6E. Windows color (decimal): -14708084 or 9212447. OLE color: 9212447.
HSL color Cylindrical-coordinate representation of color #1F928C: hue angle of 176.87º degrees, saturation: 0.65, 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 #1F928C is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 140 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.43 |
| HSL | 176.87º | 0.65% | 0.35% | - |
| HSV(B) | 176.87º | 0.79% | 0.57% | - |
| XYZ | 15.58 | 22.74 | 28.38 | - |
| YUV | 110.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 140 | 0.79 | 0 | 0.04 | 0.43 | 176.87 | 0.65 | 0.35 |
| Hex | 1F | 92 | 8C | 4F | 0 | 4 | 2B | B1 | 41 | 23 |
| Octal | 37 | 222 | 214 | 117 | 0 | 4 | 53 | 261 | 101 | 43 |
| Binary | 11111 | 10010010 | 10001100 | 1001111 | 0 | 100 | 101011 | 10110001 | 1000001 | 100011 |
Color Harmonies of #1F928C
Complementary color
Monochromatic Colors of #1F928C
Black with #1F928C
Text Example
Text Example
White with #1F928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F928C; }
p { color: rgb(31,146,140); }
H1.HeaderClassName
{
color: #1F928C;
}
.AnyTagClassName
{
color: #1F928C;
}
</style>
background-color css
<style>
a { background-color: #1F928C; }
a { background-color: rgb(31,146,140); }
div.DivClassName
{
background-color: #1F928C;
}
.BgClassName
{
background-color: #1F928C;
}
</style>
border-color css
<style>
span { border-color: #1F928C; }
span { border-color: rgb(31,146,140); }
td.TdClassName
{
border-color: #1F928C;
}
.TagClassName
{
border-color: #1F928C;
}
</style>