Shades of Java #1F958C
Tints of Java #1F958C
RGB
CMYK
RGB Variations
Color information
#1F958C (or 0x1F958C) is known color: Java. HEX triplet: 1F, 95 and 8C. RGB value is (31,149,140). Sum of RGB (Red+Green+Blue) = 31+149+140=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #1F958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F958C is #E06A73. Grayscale: #707070. Windows color (decimal): -14707316 or 9213215. OLE color: 9213215.
HSL color Cylindrical-coordinate representation of color #1F958C: hue angle of 175.42º degrees, saturation: 0.66, 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 #1F958C is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 140 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.42 |
| HSL | 175.42º | 0.66% | 0.35% | - |
| HSV(B) | 175.42º | 0.79% | 0.58% | - |
| XYZ | 16.05 | 23.68 | 28.54 | - |
| YUV | 112.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 140 | 0.79 | 0 | 0.06 | 0.42 | 175.42 | 0.66 | 0.35 |
| Hex | 1F | 95 | 8C | 4F | 0 | 6 | 2A | AF | 42 | 23 |
| Octal | 37 | 225 | 214 | 117 | 0 | 6 | 52 | 257 | 102 | 43 |
| Binary | 11111 | 10010101 | 10001100 | 1001111 | 0 | 110 | 101010 | 10101111 | 1000010 | 100011 |
Color Harmonies of #1F958C
Complementary color
Monochromatic Colors of #1F958C
Black with #1F958C
Text Example
Text Example
White with #1F958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F958C; }
p { color: rgb(31,149,140); }
H1.HeaderClassName
{
color: #1F958C;
}
.AnyTagClassName
{
color: #1F958C;
}
</style>
background-color css
<style>
a { background-color: #1F958C; }
a { background-color: rgb(31,149,140); }
div.DivClassName
{
background-color: #1F958C;
}
.BgClassName
{
background-color: #1F958C;
}
</style>
border-color css
<style>
span { border-color: #1F958C; }
span { border-color: rgb(31,149,140); }
td.TdClassName
{
border-color: #1F958C;
}
.TagClassName
{
border-color: #1F958C;
}
</style>