Shades of Java #299B8D
Tints of Java #299B8D
RGB
CMYK
RGB Variations
Color information
#299B8D (or 0x299B8D) is known color: Java. HEX triplet: 29, 9B and 8D. RGB value is (41,155,141). Sum of RGB (Red+Green+Blue) = 41+155+141=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #299B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B8D is #D66472. Grayscale: #777777. Windows color (decimal): -14050419 or 9280297. OLE color: 9280297.
HSL color Cylindrical-coordinate representation of color #299B8D: hue angle of 172.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B8D is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 141 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.39 |
| HSL | 172.63º | 0.58% | 0.38% | - |
| HSV(B) | 172.63º | 0.74% | 0.61% | - |
| XYZ | 17.44 | 25.84 | 29.27 | - |
| YUV | 119.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 141 | 0.74 | 0 | 0.09 | 0.39 | 172.63 | 0.58 | 0.38 |
| Hex | 29 | 9B | 8D | 4A | 0 | 9 | 27 | AD | 3A | 26 |
| Octal | 51 | 233 | 215 | 112 | 0 | 11 | 47 | 255 | 72 | 46 |
| Binary | 101001 | 10011011 | 10001101 | 1001010 | 0 | 1001 | 100111 | 10101101 | 111010 | 100110 |
Color Harmonies of #299B8D
Complementary color
Monochromatic Colors of #299B8D
Black with #299B8D
Text Example
Text Example
White with #299B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B8D; }
p { color: rgb(41,155,141); }
H1.HeaderClassName
{
color: #299B8D;
}
.AnyTagClassName
{
color: #299B8D;
}
</style>
background-color css
<style>
a { background-color: #299B8D; }
a { background-color: rgb(41,155,141); }
div.DivClassName
{
background-color: #299B8D;
}
.BgClassName
{
background-color: #299B8D;
}
</style>
border-color css
<style>
span { border-color: #299B8D; }
span { border-color: rgb(41,155,141); }
td.TdClassName
{
border-color: #299B8D;
}
.TagClassName
{
border-color: #299B8D;
}
</style>