Shades of Java #299587
Tints of Java #299587
RGB
CMYK
RGB Variations
Color information
#299587 (or 0x299587) is known color: Java. HEX triplet: 29, 95 and 87. RGB value is (41,149,135). Sum of RGB (Red+Green+Blue) = 41+149+135=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #299587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299587 is #D66A78. Grayscale: #737373. Windows color (decimal): -14051961 or 8885545. OLE color: 8885545.
HSL color Cylindrical-coordinate representation of color #299587: hue angle of 172.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299587 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 149 | 135 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.42 |
| HSL | 172.22º | 0.57% | 0.37% | - |
| HSV(B) | 172.22º | 0.72% | 0.58% | - |
| XYZ | 16.04 | 23.72 | 26.65 | - |
| YUV | 115.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 135 | 0.72 | 0 | 0.09 | 0.42 | 172.22 | 0.57 | 0.37 |
| Hex | 29 | 95 | 87 | 48 | 0 | 9 | 2A | AC | 39 | 25 |
| Octal | 51 | 225 | 207 | 110 | 0 | 11 | 52 | 254 | 71 | 45 |
| Binary | 101001 | 10010101 | 10000111 | 1001000 | 0 | 1001 | 101010 | 10101100 | 111001 | 100101 |
Color Harmonies of #299587
Complementary color
Monochromatic Colors of #299587
Black with #299587
Text Example
Text Example
White with #299587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299587; }
p { color: rgb(41,149,135); }
H1.HeaderClassName
{
color: #299587;
}
.AnyTagClassName
{
color: #299587;
}
</style>
background-color css
<style>
a { background-color: #299587; }
a { background-color: rgb(41,149,135); }
div.DivClassName
{
background-color: #299587;
}
.BgClassName
{
background-color: #299587;
}
</style>
border-color css
<style>
span { border-color: #299587; }
span { border-color: rgb(41,149,135); }
td.TdClassName
{
border-color: #299587;
}
.TagClassName
{
border-color: #299587;
}
</style>