Shades of Java #1F9F92
Tints of Java #1F9F92
RGB
CMYK
RGB Variations
Color information
#1F9F92 (or 0x1F9F92) is known color: Java. HEX triplet: 1F, 9F and 92. RGB value is (31,159,146). Sum of RGB (Red+Green+Blue) = 31+159+146=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9F92 is #E0606D. Grayscale: #777777. Windows color (decimal): -14704750 or 9608991. OLE color: 9608991.
HSL color Cylindrical-coordinate representation of color #1F9F92: hue angle of 173.91º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F92 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 159 | 146 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.38 |
| HSL | 173.91º | 0.67% | 0.37% | - |
| HSV(B) | 173.91º | 0.81% | 0.62% | - |
| XYZ | 18.15 | 27.16 | 31.48 | - |
| YUV | 119.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 146 | 0.81 | 0 | 0.08 | 0.38 | 173.91 | 0.67 | 0.37 |
| Hex | 1F | 9F | 92 | 51 | 0 | 8 | 26 | AE | 43 | 25 |
| Octal | 37 | 237 | 222 | 121 | 0 | 10 | 46 | 256 | 103 | 45 |
| Binary | 11111 | 10011111 | 10010010 | 1010001 | 0 | 1000 | 100110 | 10101110 | 1000011 | 100101 |
Color Harmonies of #1F9F92
Complementary color
Monochromatic Colors of #1F9F92
Black with #1F9F92
Text Example
Text Example
White with #1F9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F92; }
p { color: rgb(31,159,146); }
H1.HeaderClassName
{
color: #1F9F92;
}
.AnyTagClassName
{
color: #1F9F92;
}
</style>
background-color css
<style>
a { background-color: #1F9F92; }
a { background-color: rgb(31,159,146); }
div.DivClassName
{
background-color: #1F9F92;
}
.BgClassName
{
background-color: #1F9F92;
}
</style>
border-color css
<style>
span { border-color: #1F9F92; }
span { border-color: rgb(31,159,146); }
td.TdClassName
{
border-color: #1F9F92;
}
.TagClassName
{
border-color: #1F9F92;
}
</style>