Shades of Java #289A92
Tints of Java #289A92
RGB
CMYK
RGB Variations
Color information
#289A92 (or 0x289A92) is known color: Java. HEX triplet: 28, 9A and 92. RGB value is (40,154,146). Sum of RGB (Red+Green+Blue) = 40+154+146=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #289A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289A92 is #D7656D. Grayscale: #767676. Windows color (decimal): -14116206 or 9607720. OLE color: 9607720.
HSL color Cylindrical-coordinate representation of color #289A92: hue angle of 175.79º 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 #289A92 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 146 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.40 |
| HSL | 175.79º | 0.59% | 0.38% | - |
| HSV(B) | 175.79º | 0.74% | 0.6% | - |
| XYZ | 17.62 | 25.64 | 31.21 | - |
| YUV | 119 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 146 | 0.74 | 0 | 0.05 | 0.40 | 175.79 | 0.59 | 0.38 |
| Hex | 28 | 9A | 92 | 4A | 0 | 5 | 28 | B0 | 3B | 26 |
| Octal | 50 | 232 | 222 | 112 | 0 | 5 | 50 | 260 | 73 | 46 |
| Binary | 101000 | 10011010 | 10010010 | 1001010 | 0 | 101 | 101000 | 10110000 | 111011 | 100110 |
Color Harmonies of #289A92
Complementary color
Monochromatic Colors of #289A92
Black with #289A92
Text Example
Text Example
White with #289A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A92; }
p { color: rgb(40,154,146); }
H1.HeaderClassName
{
color: #289A92;
}
.AnyTagClassName
{
color: #289A92;
}
</style>
background-color css
<style>
a { background-color: #289A92; }
a { background-color: rgb(40,154,146); }
div.DivClassName
{
background-color: #289A92;
}
.BgClassName
{
background-color: #289A92;
}
</style>
border-color css
<style>
span { border-color: #289A92; }
span { border-color: rgb(40,154,146); }
td.TdClassName
{
border-color: #289A92;
}
.TagClassName
{
border-color: #289A92;
}
</style>