Shades of Java #299995
Tints of Java #299995
RGB
CMYK
RGB Variations
Color information
#299995 (or 0x299995) is known color: Java. HEX triplet: 29, 99 and 95. RGB value is (41,153,149). Sum of RGB (Red+Green+Blue) = 41+153+149=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #299995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299995 is #D6666A. Grayscale: #767676. Windows color (decimal): -14050923 or 9804073. OLE color: 9804073.
HSL color Cylindrical-coordinate representation of color #299995: hue angle of 177.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299995 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 149 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.4 |
| HSL | 177.86º | 0.58% | 0.38% | - |
| HSV(B) | 177.86º | 0.73% | 0.6% | - |
| XYZ | 17.73 | 25.42 | 32.41 | - |
| YUV | 119.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 149 | 0.73 | 0 | 0.03 | 0.4 | 177.86 | 0.58 | 0.38 |
| Hex | 29 | 99 | 95 | 49 | 0 | 3 | 28 | B2 | 3A | 26 |
| Octal | 51 | 231 | 225 | 111 | 0 | 3 | 50 | 262 | 72 | 46 |
| Binary | 101001 | 10011001 | 10010101 | 1001001 | 0 | 11 | 101000 | 10110010 | 111010 | 100110 |
Color Harmonies of #299995
Complementary color
Monochromatic Colors of #299995
Black with #299995
Text Example
Text Example
White with #299995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299995; }
p { color: rgb(41,153,149); }
H1.HeaderClassName
{
color: #299995;
}
.AnyTagClassName
{
color: #299995;
}
</style>
background-color css
<style>
a { background-color: #299995; }
a { background-color: rgb(41,153,149); }
div.DivClassName
{
background-color: #299995;
}
.BgClassName
{
background-color: #299995;
}
</style>
border-color css
<style>
span { border-color: #299995; }
span { border-color: rgb(41,153,149); }
td.TdClassName
{
border-color: #299995;
}
.TagClassName
{
border-color: #299995;
}
</style>