Shades of Java #289995
Tints of Java #289995
RGB
CMYK
RGB Variations
Color information
#289995 (or 0x289995) is known color: Java. HEX triplet: 28, 99 and 95. RGB value is (40,153,149). Sum of RGB (Red+Green+Blue) = 40+153+149=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #289995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289995 is #D7666A. Grayscale: #767676. Windows color (decimal): -14116459 or 9804072. OLE color: 9804072.
HSL color Cylindrical-coordinate representation of color #289995: hue angle of 177.88º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289995 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 149 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.4 |
| HSL | 177.88º | 0.59% | 0.38% | - |
| HSV(B) | 177.88º | 0.74% | 0.6% | - |
| XYZ | 17.69 | 25.4 | 32.4 | - |
| YUV | 118.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 149 | 0.74 | 0 | 0.03 | 0.4 | 177.88 | 0.59 | 0.38 |
| Hex | 28 | 99 | 95 | 4A | 0 | 3 | 28 | B2 | 3B | 26 |
| Octal | 50 | 231 | 225 | 112 | 0 | 3 | 50 | 262 | 73 | 46 |
| Binary | 101000 | 10011001 | 10010101 | 1001010 | 0 | 11 | 101000 | 10110010 | 111011 | 100110 |
Color Harmonies of #289995
Complementary color
Monochromatic Colors of #289995
Black with #289995
Text Example
Text Example
White with #289995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289995; }
p { color: rgb(40,153,149); }
H1.HeaderClassName
{
color: #289995;
}
.AnyTagClassName
{
color: #289995;
}
</style>
background-color css
<style>
a { background-color: #289995; }
a { background-color: rgb(40,153,149); }
div.DivClassName
{
background-color: #289995;
}
.BgClassName
{
background-color: #289995;
}
</style>
border-color css
<style>
span { border-color: #289995; }
span { border-color: rgb(40,153,149); }
td.TdClassName
{
border-color: #289995;
}
.TagClassName
{
border-color: #289995;
}
</style>