Shades of Java #2F938D
Tints of Java #2F938D
RGB
CMYK
RGB Variations
Color information
#2F938D (or 0x2F938D) is known color: Java. HEX triplet: 2F, 93 and 8D. RGB value is (47,147,141). Sum of RGB (Red+Green+Blue) = 47+147+141=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #2F938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F938D is #D06C72. Grayscale: #747474. Windows color (decimal): -13659251 or 9278255. OLE color: 9278255.
HSL color Cylindrical-coordinate representation of color #2F938D: hue angle of 176.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F938D is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 141 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.42 |
| HSL | 176.4º | 0.52% | 0.38% | - |
| HSV(B) | 176.4º | 0.68% | 0.58% | - |
| XYZ | 16.41 | 23.39 | 28.85 | - |
| YUV | 116.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 141 | 0.68 | 0 | 0.04 | 0.42 | 176.4 | 0.52 | 0.38 |
| Hex | 2F | 93 | 8D | 44 | 0 | 4 | 2A | B0 | 34 | 26 |
| Octal | 57 | 223 | 215 | 104 | 0 | 4 | 52 | 260 | 64 | 46 |
| Binary | 101111 | 10010011 | 10001101 | 1000100 | 0 | 100 | 101010 | 10110000 | 110100 | 100110 |
Color Harmonies of #2F938D
Complementary color
Monochromatic Colors of #2F938D
Black with #2F938D
Text Example
Text Example
White with #2F938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F938D; }
p { color: rgb(47,147,141); }
H1.HeaderClassName
{
color: #2F938D;
}
.AnyTagClassName
{
color: #2F938D;
}
</style>
background-color css
<style>
a { background-color: #2F938D; }
a { background-color: rgb(47,147,141); }
div.DivClassName
{
background-color: #2F938D;
}
.BgClassName
{
background-color: #2F938D;
}
</style>
border-color css
<style>
span { border-color: #2F938D; }
span { border-color: rgb(47,147,141); }
td.TdClassName
{
border-color: #2F938D;
}
.TagClassName
{
border-color: #2F938D;
}
</style>