Shades of Java #2F9990
Tints of Java #2F9990
RGB
CMYK
RGB Variations
Color information
#2F9990 (or 0x2F9990) is known color: Java. HEX triplet: 2F, 99 and 90. RGB value is (47,153,144). Sum of RGB (Red+Green+Blue) = 47+153+144=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9990 is #D0666F. Grayscale: #787878. Windows color (decimal): -13657712 or 9476399. OLE color: 9476399.
HSL color Cylindrical-coordinate representation of color #2F9990: hue angle of 174.91º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9990 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 144 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.4 |
| HSL | 174.91º | 0.53% | 0.39% | - |
| HSV(B) | 174.91º | 0.69% | 0.6% | - |
| XYZ | 17.6 | 25.4 | 30.36 | - |
| YUV | 120.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 144 | 0.69 | 0 | 0.06 | 0.4 | 174.91 | 0.53 | 0.39 |
| Hex | 2F | 99 | 90 | 45 | 0 | 6 | 28 | AF | 35 | 27 |
| Octal | 57 | 231 | 220 | 105 | 0 | 6 | 50 | 257 | 65 | 47 |
| Binary | 101111 | 10011001 | 10010000 | 1000101 | 0 | 110 | 101000 | 10101111 | 110101 | 100111 |
Color Harmonies of #2F9990
Complementary color
Monochromatic Colors of #2F9990
Black with #2F9990
Text Example
Text Example
White with #2F9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9990; }
p { color: rgb(47,153,144); }
H1.HeaderClassName
{
color: #2F9990;
}
.AnyTagClassName
{
color: #2F9990;
}
</style>
background-color css
<style>
a { background-color: #2F9990; }
a { background-color: rgb(47,153,144); }
div.DivClassName
{
background-color: #2F9990;
}
.BgClassName
{
background-color: #2F9990;
}
</style>
border-color css
<style>
span { border-color: #2F9990; }
span { border-color: rgb(47,153,144); }
td.TdClassName
{
border-color: #2F9990;
}
.TagClassName
{
border-color: #2F9990;
}
</style>