Shades of Java #1F948C
Tints of Java #1F948C
RGB
CMYK
RGB Variations
Color information
#1F948C (or 0x1F948C) is known color: Java. HEX triplet: 1F, 94 and 8C. RGB value is (31,148,140). Sum of RGB (Red+Green+Blue) = 31+148+140=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #1F948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F948C is #E06B73. Grayscale: #707070. Windows color (decimal): -14707572 or 9212959. OLE color: 9212959.
HSL color Cylindrical-coordinate representation of color #1F948C: hue angle of 175.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F948C is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 140 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.42 |
| HSL | 175.9º | 0.65% | 0.35% | - |
| HSV(B) | 175.9º | 0.79% | 0.58% | - |
| XYZ | 15.89 | 23.36 | 28.48 | - |
| YUV | 112.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 140 | 0.79 | 0 | 0.05 | 0.42 | 175.9 | 0.65 | 0.35 |
| Hex | 1F | 94 | 8C | 4F | 0 | 5 | 2A | B0 | 41 | 23 |
| Octal | 37 | 224 | 214 | 117 | 0 | 5 | 52 | 260 | 101 | 43 |
| Binary | 11111 | 10010100 | 10001100 | 1001111 | 0 | 101 | 101010 | 10110000 | 1000001 | 100011 |
Color Harmonies of #1F948C
Complementary color
Monochromatic Colors of #1F948C
Black with #1F948C
Text Example
Text Example
White with #1F948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F948C; }
p { color: rgb(31,148,140); }
H1.HeaderClassName
{
color: #1F948C;
}
.AnyTagClassName
{
color: #1F948C;
}
</style>
background-color css
<style>
a { background-color: #1F948C; }
a { background-color: rgb(31,148,140); }
div.DivClassName
{
background-color: #1F948C;
}
.BgClassName
{
background-color: #1F948C;
}
</style>
border-color css
<style>
span { border-color: #1F948C; }
span { border-color: rgb(31,148,140); }
td.TdClassName
{
border-color: #1F948C;
}
.TagClassName
{
border-color: #1F948C;
}
</style>