Shades of Java #2F988D
Tints of Java #2F988D
RGB
CMYK
RGB Variations
Color information
#2F988D (or 0x2F988D) is known color: Java. HEX triplet: 2F, 98 and 8D. RGB value is (47,152,141). Sum of RGB (Red+Green+Blue) = 47+152+141=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #2F988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F988D is #D06772. Grayscale: #777777. Windows color (decimal): -13657971 or 9279535. OLE color: 9279535.
HSL color Cylindrical-coordinate representation of color #2F988D: hue angle of 173.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F988D is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 141 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.40 |
| HSL | 173.71º | 0.53% | 0.39% | - |
| HSV(B) | 173.71º | 0.69% | 0.6% | - |
| XYZ | 17.21 | 24.98 | 29.11 | - |
| YUV | 119.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 141 | 0.69 | 0 | 0.07 | 0.40 | 173.71 | 0.53 | 0.39 |
| Hex | 2F | 98 | 8D | 45 | 0 | 7 | 28 | AE | 35 | 27 |
| Octal | 57 | 230 | 215 | 105 | 0 | 7 | 50 | 256 | 65 | 47 |
| Binary | 101111 | 10011000 | 10001101 | 1000101 | 0 | 111 | 101000 | 10101110 | 110101 | 100111 |
Color Harmonies of #2F988D
Complementary color
Monochromatic Colors of #2F988D
Black with #2F988D
Text Example
Text Example
White with #2F988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F988D; }
p { color: rgb(47,152,141); }
H1.HeaderClassName
{
color: #2F988D;
}
.AnyTagClassName
{
color: #2F988D;
}
</style>
background-color css
<style>
a { background-color: #2F988D; }
a { background-color: rgb(47,152,141); }
div.DivClassName
{
background-color: #2F988D;
}
.BgClassName
{
background-color: #2F988D;
}
</style>
border-color css
<style>
span { border-color: #2F988D; }
span { border-color: rgb(47,152,141); }
td.TdClassName
{
border-color: #2F988D;
}
.TagClassName
{
border-color: #2F988D;
}
</style>