Shades of Java #2F928E
Tints of Java #2F928E
RGB
CMYK
RGB Variations
Color information
#2F928E (or 0x2F928E) is known color: Java. HEX triplet: 2F, 92 and 8E. RGB value is (47,146,142). Sum of RGB (Red+Green+Blue) = 47+146+142=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #2F928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F928E is #D06D71. Grayscale: #737373. Windows color (decimal): -13659506 or 9343535. OLE color: 9343535.
HSL color Cylindrical-coordinate representation of color #2F928E: hue angle of 177.58º 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 #2F928E is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 142 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.43 |
| HSL | 177.58º | 0.51% | 0.38% | - |
| HSV(B) | 177.58º | 0.68% | 0.57% | - |
| XYZ | 16.33 | 23.12 | 29.19 | - |
| YUV | 115.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 142 | 0.68 | 0 | 0.03 | 0.43 | 177.58 | 0.51 | 0.38 |
| Hex | 2F | 92 | 8E | 44 | 0 | 3 | 2B | B2 | 33 | 26 |
| Octal | 57 | 222 | 216 | 104 | 0 | 3 | 53 | 262 | 63 | 46 |
| Binary | 101111 | 10010010 | 10001110 | 1000100 | 0 | 11 | 101011 | 10110010 | 110011 | 100110 |
Color Harmonies of #2F928E
Complementary color
Monochromatic Colors of #2F928E
Black with #2F928E
Text Example
Text Example
White with #2F928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F928E; }
p { color: rgb(47,146,142); }
H1.HeaderClassName
{
color: #2F928E;
}
.AnyTagClassName
{
color: #2F928E;
}
</style>
background-color css
<style>
a { background-color: #2F928E; }
a { background-color: rgb(47,146,142); }
div.DivClassName
{
background-color: #2F928E;
}
.BgClassName
{
background-color: #2F928E;
}
</style>
border-color css
<style>
span { border-color: #2F928E; }
span { border-color: rgb(47,146,142); }
td.TdClassName
{
border-color: #2F928E;
}
.TagClassName
{
border-color: #2F928E;
}
</style>