Shades of Java #279889
Tints of Java #279889
RGB
CMYK
RGB Variations
Color information
#279889 (or 0x279889) is known color: Java. HEX triplet: 27, 98 and 89. RGB value is (39,152,137). Sum of RGB (Red+Green+Blue) = 39+152+137=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #279889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279889 is #D86776. Grayscale: #747474. Windows color (decimal): -14182263 or 9017383. OLE color: 9017383.
HSL color Cylindrical-coordinate representation of color #279889: hue angle of 172.04º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279889 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 152 | 137 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.40 |
| HSL | 172.04º | 0.59% | 0.37% | - |
| HSV(B) | 172.04º | 0.74% | 0.6% | - |
| XYZ | 16.58 | 24.69 | 27.56 | - |
| YUV | 116.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 152 | 137 | 0.74 | 0 | 0.10 | 0.40 | 172.04 | 0.59 | 0.37 |
| Hex | 27 | 98 | 89 | 4A | 0 | A | 28 | AC | 3B | 25 |
| Octal | 47 | 230 | 211 | 112 | 0 | 12 | 50 | 254 | 73 | 45 |
| Binary | 100111 | 10011000 | 10001001 | 1001010 | 0 | 1010 | 101000 | 10101100 | 111011 | 100101 |
Color Harmonies of #279889
Complementary color
Monochromatic Colors of #279889
Black with #279889
Text Example
Text Example
White with #279889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279889; }
p { color: rgb(39,152,137); }
H1.HeaderClassName
{
color: #279889;
}
.AnyTagClassName
{
color: #279889;
}
</style>
background-color css
<style>
a { background-color: #279889; }
a { background-color: rgb(39,152,137); }
div.DivClassName
{
background-color: #279889;
}
.BgClassName
{
background-color: #279889;
}
</style>
border-color css
<style>
span { border-color: #279889; }
span { border-color: rgb(39,152,137); }
td.TdClassName
{
border-color: #279889;
}
.TagClassName
{
border-color: #279889;
}
</style>