Shades of Java #2F918E
Tints of Java #2F918E
RGB
CMYK
RGB Variations
Color information
#2F918E (or 0x2F918E) is known color: Java. HEX triplet: 2F, 91 and 8E. RGB value is (47,145,142). Sum of RGB (Red+Green+Blue) = 47+145+142=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #2F918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F918E is #D06E71. Grayscale: #737373. Windows color (decimal): -13659762 or 9343279. OLE color: 9343279.
HSL color Cylindrical-coordinate representation of color #2F918E: hue angle of 178.16º 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 #2F918E is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 142 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.43 |
| HSL | 178.16º | 0.51% | 0.38% | - |
| HSV(B) | 178.16º | 0.68% | 0.57% | - |
| XYZ | 16.18 | 22.81 | 29.14 | - |
| YUV | 115.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 142 | 0.68 | 0 | 0.02 | 0.43 | 178.16 | 0.51 | 0.38 |
| Hex | 2F | 91 | 8E | 44 | 0 | 2 | 2B | B2 | 33 | 26 |
| Octal | 57 | 221 | 216 | 104 | 0 | 2 | 53 | 262 | 63 | 46 |
| Binary | 101111 | 10010001 | 10001110 | 1000100 | 0 | 10 | 101011 | 10110010 | 110011 | 100110 |
Color Harmonies of #2F918E
Complementary color
Monochromatic Colors of #2F918E
Black with #2F918E
Text Example
Text Example
White with #2F918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F918E; }
p { color: rgb(47,145,142); }
H1.HeaderClassName
{
color: #2F918E;
}
.AnyTagClassName
{
color: #2F918E;
}
</style>
background-color css
<style>
a { background-color: #2F918E; }
a { background-color: rgb(47,145,142); }
div.DivClassName
{
background-color: #2F918E;
}
.BgClassName
{
background-color: #2F918E;
}
</style>
border-color css
<style>
span { border-color: #2F918E; }
span { border-color: rgb(47,145,142); }
td.TdClassName
{
border-color: #2F918E;
}
.TagClassName
{
border-color: #2F918E;
}
</style>