Shades of Java #2F9293
Tints of Java #2F9293
RGB
CMYK
RGB Variations
Color information
#2F9293 (or 0x2F9293) is known color: Java. HEX triplet: 2F, 92 and 93. RGB value is (47,146,147). Sum of RGB (Red+Green+Blue) = 47+146+147=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F9293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9293 is #D06D6C. Grayscale: #747474. Windows color (decimal): -13659501 or 9671215. OLE color: 9671215.
HSL color Cylindrical-coordinate representation of color #2F9293: hue angle of 180.6º 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 #2F9293 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 146 | 147 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.42 |
| HSL | 180.6º | 0.52% | 0.38% | - |
| HSV(B) | 180.6º | 0.68% | 0.58% | - |
| XYZ | 16.72 | 23.27 | 31.21 | - |
| YUV | 116.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 147 | 0.68 | 0.01 | 0 | 0.42 | 180.6 | 0.52 | 0.38 |
| Hex | 2F | 92 | 93 | 44 | 1 | 0 | 2A | B5 | 34 | 26 |
| Octal | 57 | 222 | 223 | 104 | 1 | 0 | 52 | 265 | 64 | 46 |
| Binary | 101111 | 10010010 | 10010011 | 1000100 | 1 | 0 | 101010 | 10110101 | 110100 | 100110 |
Color Harmonies of #2F9293
Complementary color
Monochromatic Colors of #2F9293
Black with #2F9293
Text Example
Text Example
White with #2F9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9293; }
p { color: rgb(47,146,147); }
H1.HeaderClassName
{
color: #2F9293;
}
.AnyTagClassName
{
color: #2F9293;
}
</style>
background-color css
<style>
a { background-color: #2F9293; }
a { background-color: rgb(47,146,147); }
div.DivClassName
{
background-color: #2F9293;
}
.BgClassName
{
background-color: #2F9293;
}
</style>
border-color css
<style>
span { border-color: #2F9293; }
span { border-color: rgb(47,146,147); }
td.TdClassName
{
border-color: #2F9293;
}
.TagClassName
{
border-color: #2F9293;
}
</style>