Shades of Java #299A90
Tints of Java #299A90
RGB
CMYK
RGB Variations
Color information
#299A90 (or 0x299A90) is known color: Java. HEX triplet: 29, 9A and 90. RGB value is (41,154,144). Sum of RGB (Red+Green+Blue) = 41+154+144=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #299A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A90 is #D6656F. Grayscale: #777777. Windows color (decimal): -14050672 or 9476649. OLE color: 9476649.
HSL color Cylindrical-coordinate representation of color #299A90: hue angle of 174.69º 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 #299A90 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 154 | 144 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.40 |
| HSL | 174.69º | 0.58% | 0.38% | - |
| HSV(B) | 174.69º | 0.73% | 0.6% | - |
| XYZ | 17.5 | 25.6 | 30.4 | - |
| YUV | 119.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 144 | 0.73 | 0 | 0.06 | 0.40 | 174.69 | 0.58 | 0.38 |
| Hex | 29 | 9A | 90 | 49 | 0 | 6 | 28 | AF | 3A | 26 |
| Octal | 51 | 232 | 220 | 111 | 0 | 6 | 50 | 257 | 72 | 46 |
| Binary | 101001 | 10011010 | 10010000 | 1001001 | 0 | 110 | 101000 | 10101111 | 111010 | 100110 |
Color Harmonies of #299A90
Complementary color
Monochromatic Colors of #299A90
Black with #299A90
Text Example
Text Example
White with #299A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299A90; }
p { color: rgb(41,154,144); }
H1.HeaderClassName
{
color: #299A90;
}
.AnyTagClassName
{
color: #299A90;
}
</style>
background-color css
<style>
a { background-color: #299A90; }
a { background-color: rgb(41,154,144); }
div.DivClassName
{
background-color: #299A90;
}
.BgClassName
{
background-color: #299A90;
}
</style>
border-color css
<style>
span { border-color: #299A90; }
span { border-color: rgb(41,154,144); }
td.TdClassName
{
border-color: #299A90;
}
.TagClassName
{
border-color: #299A90;
}
</style>