Shades of Java #1F948A
Tints of Java #1F948A
RGB
CMYK
RGB Variations
Color information
#1F948A (or 0x1F948A) is known color: Java. HEX triplet: 1F, 94 and 8A. RGB value is (31,148,138). Sum of RGB (Red+Green+Blue) = 31+148+138=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #1F948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F948A is #E06B75. Grayscale: #6F6F6F. Windows color (decimal): -14707574 or 9081887. OLE color: 9081887.
HSL color Cylindrical-coordinate representation of color #1F948A: hue angle of 174.87º 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 #1F948A is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 148 | 138 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.42 |
| HSL | 174.87º | 0.65% | 0.35% | - |
| HSV(B) | 174.87º | 0.79% | 0.58% | - |
| XYZ | 15.74 | 23.31 | 27.71 | - |
| YUV | 111.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 138 | 0.79 | 0 | 0.07 | 0.42 | 174.87 | 0.65 | 0.35 |
| Hex | 1F | 94 | 8A | 4F | 0 | 7 | 2A | AF | 41 | 23 |
| Octal | 37 | 224 | 212 | 117 | 0 | 7 | 52 | 257 | 101 | 43 |
| Binary | 11111 | 10010100 | 10001010 | 1001111 | 0 | 111 | 101010 | 10101111 | 1000001 | 100011 |
Color Harmonies of #1F948A
Complementary color
Monochromatic Colors of #1F948A
Black with #1F948A
Text Example
Text Example
White with #1F948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F948A; }
p { color: rgb(31,148,138); }
H1.HeaderClassName
{
color: #1F948A;
}
.AnyTagClassName
{
color: #1F948A;
}
</style>
background-color css
<style>
a { background-color: #1F948A; }
a { background-color: rgb(31,148,138); }
div.DivClassName
{
background-color: #1F948A;
}
.BgClassName
{
background-color: #1F948A;
}
</style>
border-color css
<style>
span { border-color: #1F948A; }
span { border-color: rgb(31,148,138); }
td.TdClassName
{
border-color: #1F948A;
}
.TagClassName
{
border-color: #1F948A;
}
</style>