Shades of Java #1FA298
Tints of Java #1FA298
RGB
CMYK
RGB Variations
Color information
#1FA298 (or 0x1FA298) is known color: Java. HEX triplet: 1F, A2 and 98. RGB value is (31,162,152). Sum of RGB (Red+Green+Blue) = 31+162+152=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA298 is #E05D67. Grayscale: #797979. Windows color (decimal): -14703976 or 10002975. OLE color: 10002975.
HSL color Cylindrical-coordinate representation of color #1FA298: hue angle of 175.42º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA298 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 152 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.36 |
| HSL | 175.42º | 0.68% | 0.38% | - |
| HSV(B) | 175.42º | 0.81% | 0.64% | - |
| XYZ | 19.15 | 28.4 | 34.18 | - |
| YUV | 121.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 152 | 0.81 | 0 | 0.06 | 0.36 | 175.42 | 0.68 | 0.38 |
| Hex | 1F | A2 | 98 | 51 | 0 | 6 | 24 | AF | 44 | 26 |
| Octal | 37 | 242 | 230 | 121 | 0 | 6 | 44 | 257 | 104 | 46 |
| Binary | 11111 | 10100010 | 10011000 | 1010001 | 0 | 110 | 100100 | 10101111 | 1000100 | 100110 |
Color Harmonies of #1FA298
Complementary color
Monochromatic Colors of #1FA298
Black with #1FA298
Text Example
Text Example
White with #1FA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA298; }
p { color: rgb(31,162,152); }
H1.HeaderClassName
{
color: #1FA298;
}
.AnyTagClassName
{
color: #1FA298;
}
</style>
background-color css
<style>
a { background-color: #1FA298; }
a { background-color: rgb(31,162,152); }
div.DivClassName
{
background-color: #1FA298;
}
.BgClassName
{
background-color: #1FA298;
}
</style>
border-color css
<style>
span { border-color: #1FA298; }
span { border-color: rgb(31,162,152); }
td.TdClassName
{
border-color: #1FA298;
}
.TagClassName
{
border-color: #1FA298;
}
</style>