Shades of Java #2F968B
Tints of Java #2F968B
RGB
CMYK
RGB Variations
Color information
#2F968B (or 0x2F968B) is known color: Java. HEX triplet: 2F, 96 and 8B. RGB value is (47,150,139). Sum of RGB (Red+Green+Blue) = 47+150+139=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #2F968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F968B is #D06974. Grayscale: #757575. Windows color (decimal): -13658485 or 9147951. OLE color: 9147951.
HSL color Cylindrical-coordinate representation of color #2F968B: hue angle of 173.59º 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 #2F968B is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 150 | 139 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.41 |
| HSL | 173.59º | 0.52% | 0.39% | - |
| HSV(B) | 173.59º | 0.69% | 0.59% | - |
| XYZ | 16.74 | 24.28 | 28.23 | - |
| YUV | 117.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 139 | 0.69 | 0 | 0.07 | 0.41 | 173.59 | 0.52 | 0.39 |
| Hex | 2F | 96 | 8B | 45 | 0 | 7 | 29 | AE | 34 | 27 |
| Octal | 57 | 226 | 213 | 105 | 0 | 7 | 51 | 256 | 64 | 47 |
| Binary | 101111 | 10010110 | 10001011 | 1000101 | 0 | 111 | 101001 | 10101110 | 110100 | 100111 |
Color Harmonies of #2F968B
Complementary color
Monochromatic Colors of #2F968B
Black with #2F968B
Text Example
Text Example
White with #2F968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F968B; }
p { color: rgb(47,150,139); }
H1.HeaderClassName
{
color: #2F968B;
}
.AnyTagClassName
{
color: #2F968B;
}
</style>
background-color css
<style>
a { background-color: #2F968B; }
a { background-color: rgb(47,150,139); }
div.DivClassName
{
background-color: #2F968B;
}
.BgClassName
{
background-color: #2F968B;
}
</style>
border-color css
<style>
span { border-color: #2F968B; }
span { border-color: rgb(47,150,139); }
td.TdClassName
{
border-color: #2F968B;
}
.TagClassName
{
border-color: #2F968B;
}
</style>