Shades of Java #2F968C
Tints of Java #2F968C
RGB
CMYK
RGB Variations
Color information
#2F968C (or 0x2F968C) is known color: Java. HEX triplet: 2F, 96 and 8C. RGB value is (47,150,140). Sum of RGB (Red+Green+Blue) = 47+150+140=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #2F968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F968C is #D06973. Grayscale: #767676. Windows color (decimal): -13658484 or 9213487. OLE color: 9213487.
HSL color Cylindrical-coordinate representation of color #2F968C: hue angle of 174.17º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F968C is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 150 | 140 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.41 |
| HSL | 174.17º | 0.52% | 0.39% | - |
| HSV(B) | 174.17º | 0.69% | 0.59% | - |
| XYZ | 16.81 | 24.31 | 28.62 | - |
| YUV | 118.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 140 | 0.69 | 0 | 0.07 | 0.41 | 174.17 | 0.52 | 0.39 |
| Hex | 2F | 96 | 8C | 45 | 0 | 7 | 29 | AE | 34 | 27 |
| Octal | 57 | 226 | 214 | 105 | 0 | 7 | 51 | 256 | 64 | 47 |
| Binary | 101111 | 10010110 | 10001100 | 1000101 | 0 | 111 | 101001 | 10101110 | 110100 | 100111 |
Color Harmonies of #2F968C
Complementary color
Monochromatic Colors of #2F968C
Black with #2F968C
Text Example
Text Example
White with #2F968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F968C; }
p { color: rgb(47,150,140); }
H1.HeaderClassName
{
color: #2F968C;
}
.AnyTagClassName
{
color: #2F968C;
}
</style>
background-color css
<style>
a { background-color: #2F968C; }
a { background-color: rgb(47,150,140); }
div.DivClassName
{
background-color: #2F968C;
}
.BgClassName
{
background-color: #2F968C;
}
</style>
border-color css
<style>
span { border-color: #2F968C; }
span { border-color: rgb(47,150,140); }
td.TdClassName
{
border-color: #2F968C;
}
.TagClassName
{
border-color: #2F968C;
}
</style>