Shades of Java #2F8F92
Tints of Java #2F8F92
RGB
CMYK
RGB Variations
Color information
#2F8F92 (or 0x2F8F92) is known color: Java. HEX triplet: 2F, 8F and 92. RGB value is (47,143,146). Sum of RGB (Red+Green+Blue) = 47+143+146=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F8F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8F92 is #D0706D. Grayscale: #727272. Windows color (decimal): -13660270 or 9604911. OLE color: 9604911.
HSL color Cylindrical-coordinate representation of color #2F8F92: hue angle of 181.82º 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 #2F8F92 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 143 | 146 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.43 |
| HSL | 181.82º | 0.51% | 0.38% | - |
| HSV(B) | 181.82º | 0.68% | 0.57% | - |
| XYZ | 16.18 | 22.32 | 30.65 | - |
| YUV | 114.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 146 | 0.68 | 0.02 | 0 | 0.43 | 181.82 | 0.51 | 0.38 |
| Hex | 2F | 8F | 92 | 44 | 2 | 0 | 2B | B6 | 33 | 26 |
| Octal | 57 | 217 | 222 | 104 | 2 | 0 | 53 | 266 | 63 | 46 |
| Binary | 101111 | 10001111 | 10010010 | 1000100 | 10 | 0 | 101011 | 10110110 | 110011 | 100110 |
Color Harmonies of #2F8F92
Complementary color
Monochromatic Colors of #2F8F92
Black with #2F8F92
Text Example
Text Example
White with #2F8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F92; }
p { color: rgb(47,143,146); }
H1.HeaderClassName
{
color: #2F8F92;
}
.AnyTagClassName
{
color: #2F8F92;
}
</style>
background-color css
<style>
a { background-color: #2F8F92; }
a { background-color: rgb(47,143,146); }
div.DivClassName
{
background-color: #2F8F92;
}
.BgClassName
{
background-color: #2F8F92;
}
</style>
border-color css
<style>
span { border-color: #2F8F92; }
span { border-color: rgb(47,143,146); }
td.TdClassName
{
border-color: #2F8F92;
}
.TagClassName
{
border-color: #2F8F92;
}
</style>