Shades of Java #2F8F93
Tints of Java #2F8F93
RGB
CMYK
RGB Variations
Color information
#2F8F93 (or 0x2F8F93) is known color: Java. HEX triplet: 2F, 8F and 93. RGB value is (47,143,147). Sum of RGB (Red+Green+Blue) = 47+143+147=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F8F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8F93 is #D0706C. Grayscale: #727272. Windows color (decimal): -13660269 or 9670447. OLE color: 9670447.
HSL color Cylindrical-coordinate representation of color #2F8F93: hue angle of 182.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 #2F8F93 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 143 | 147 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.42 |
| HSL | 182.4º | 0.52% | 0.38% | - |
| HSV(B) | 182.4º | 0.68% | 0.58% | - |
| XYZ | 16.26 | 22.36 | 31.06 | - |
| YUV | 114.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 147 | 0.68 | 0.03 | 0 | 0.42 | 182.4 | 0.52 | 0.38 |
| Hex | 2F | 8F | 93 | 44 | 3 | 0 | 2A | B6 | 34 | 26 |
| Octal | 57 | 217 | 223 | 104 | 3 | 0 | 52 | 266 | 64 | 46 |
| Binary | 101111 | 10001111 | 10010011 | 1000100 | 11 | 0 | 101010 | 10110110 | 110100 | 100110 |
Color Harmonies of #2F8F93
Complementary color
Monochromatic Colors of #2F8F93
Black with #2F8F93
Text Example
Text Example
White with #2F8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F93; }
p { color: rgb(47,143,147); }
H1.HeaderClassName
{
color: #2F8F93;
}
.AnyTagClassName
{
color: #2F8F93;
}
</style>
background-color css
<style>
a { background-color: #2F8F93; }
a { background-color: rgb(47,143,147); }
div.DivClassName
{
background-color: #2F8F93;
}
.BgClassName
{
background-color: #2F8F93;
}
</style>
border-color css
<style>
span { border-color: #2F8F93; }
span { border-color: rgb(47,143,147); }
td.TdClassName
{
border-color: #2F8F93;
}
.TagClassName
{
border-color: #2F8F93;
}
</style>