Shades of Java #2F918B
Tints of Java #2F918B
RGB
CMYK
RGB Variations
Color information
#2F918B (or 0x2F918B) is known color: Java. HEX triplet: 2F, 91 and 8B. RGB value is (47,145,139). Sum of RGB (Red+Green+Blue) = 47+145+139=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #2F918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F918B is #D06E74. Grayscale: #727272. Windows color (decimal): -13659765 or 9146671. OLE color: 9146671.
HSL color Cylindrical-coordinate representation of color #2F918B: hue angle of 176.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F918B is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 139 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.43 |
| HSL | 176.33º | 0.51% | 0.38% | - |
| HSV(B) | 176.33º | 0.68% | 0.57% | - |
| XYZ | 15.96 | 22.72 | 27.97 | - |
| YUV | 115.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 139 | 0.68 | 0 | 0.04 | 0.43 | 176.33 | 0.51 | 0.38 |
| Hex | 2F | 91 | 8B | 44 | 0 | 4 | 2B | B0 | 33 | 26 |
| Octal | 57 | 221 | 213 | 104 | 0 | 4 | 53 | 260 | 63 | 46 |
| Binary | 101111 | 10010001 | 10001011 | 1000100 | 0 | 100 | 101011 | 10110000 | 110011 | 100110 |
Color Harmonies of #2F918B
Complementary color
Monochromatic Colors of #2F918B
Black with #2F918B
Text Example
Text Example
White with #2F918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F918B; }
p { color: rgb(47,145,139); }
H1.HeaderClassName
{
color: #2F918B;
}
.AnyTagClassName
{
color: #2F918B;
}
</style>
background-color css
<style>
a { background-color: #2F918B; }
a { background-color: rgb(47,145,139); }
div.DivClassName
{
background-color: #2F918B;
}
.BgClassName
{
background-color: #2F918B;
}
</style>
border-color css
<style>
span { border-color: #2F918B; }
span { border-color: rgb(47,145,139); }
td.TdClassName
{
border-color: #2F918B;
}
.TagClassName
{
border-color: #2F918B;
}
</style>