Shades of Java #279995
Tints of Java #279995
RGB
CMYK
RGB Variations
Color information
#279995 (or 0x279995) is known color: Java. HEX triplet: 27, 99 and 95. RGB value is (39,153,149). Sum of RGB (Red+Green+Blue) = 39+153+149=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #279995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279995 is #D8666A. Grayscale: #767676. Windows color (decimal): -14181995 or 9804071. OLE color: 9804071.
HSL color Cylindrical-coordinate representation of color #279995: hue angle of 177.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279995 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 149 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.4 |
| HSL | 177.89º | 0.59% | 0.38% | - |
| HSV(B) | 177.89º | 0.75% | 0.6% | - |
| XYZ | 17.65 | 25.38 | 32.4 | - |
| YUV | 118.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 149 | 0.75 | 0 | 0.03 | 0.4 | 177.89 | 0.59 | 0.38 |
| Hex | 27 | 99 | 95 | 4B | 0 | 3 | 28 | B2 | 3B | 26 |
| Octal | 47 | 231 | 225 | 113 | 0 | 3 | 50 | 262 | 73 | 46 |
| Binary | 100111 | 10011001 | 10010101 | 1001011 | 0 | 11 | 101000 | 10110010 | 111011 | 100110 |
Color Harmonies of #279995
Complementary color
Monochromatic Colors of #279995
Black with #279995
Text Example
Text Example
White with #279995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279995; }
p { color: rgb(39,153,149); }
H1.HeaderClassName
{
color: #279995;
}
.AnyTagClassName
{
color: #279995;
}
</style>
background-color css
<style>
a { background-color: #279995; }
a { background-color: rgb(39,153,149); }
div.DivClassName
{
background-color: #279995;
}
.BgClassName
{
background-color: #279995;
}
</style>
border-color css
<style>
span { border-color: #279995; }
span { border-color: rgb(39,153,149); }
td.TdClassName
{
border-color: #279995;
}
.TagClassName
{
border-color: #279995;
}
</style>