Shades of Java #299687
Tints of Java #299687
RGB
CMYK
RGB Variations
Color information
#299687 (or 0x299687) is known color: Java. HEX triplet: 29, 96 and 87. RGB value is (41,150,135). Sum of RGB (Red+Green+Blue) = 41+150+135=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #299687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299687 is #D66978. Grayscale: #737373. Windows color (decimal): -14051705 or 8885801. OLE color: 8885801.
HSL color Cylindrical-coordinate representation of color #299687: hue angle of 171.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299687 is Cyan = 0.73, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 135 | - |
| CMYK | 0.73 | 0 | 0.1 | 0.41 |
| HSL | 171.74º | 0.57% | 0.37% | - |
| HSV(B) | 171.74º | 0.73% | 0.59% | - |
| XYZ | 16.19 | 24.03 | 26.71 | - |
| YUV | 115.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 135 | 0.73 | 0 | 0.1 | 0.41 | 171.74 | 0.57 | 0.37 |
| Hex | 29 | 96 | 87 | 49 | 0 | A | 29 | AC | 39 | 25 |
| Octal | 51 | 226 | 207 | 111 | 0 | 12 | 51 | 254 | 71 | 45 |
| Binary | 101001 | 10010110 | 10000111 | 1001001 | 0 | 1010 | 101001 | 10101100 | 111001 | 100101 |
Color Harmonies of #299687
Complementary color
Monochromatic Colors of #299687
Black with #299687
Text Example
Text Example
White with #299687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299687; }
p { color: rgb(41,150,135); }
H1.HeaderClassName
{
color: #299687;
}
.AnyTagClassName
{
color: #299687;
}
</style>
background-color css
<style>
a { background-color: #299687; }
a { background-color: rgb(41,150,135); }
div.DivClassName
{
background-color: #299687;
}
.BgClassName
{
background-color: #299687;
}
</style>
border-color css
<style>
span { border-color: #299687; }
span { border-color: rgb(41,150,135); }
td.TdClassName
{
border-color: #299687;
}
.TagClassName
{
border-color: #299687;
}
</style>