Shades of Java #299B98
Tints of Java #299B98
RGB
CMYK
RGB Variations
Color information
#299B98 (or 0x299B98) is known color: Java. HEX triplet: 29, 9B and 98. RGB value is (41,155,152). Sum of RGB (Red+Green+Blue) = 41+155+152=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #299B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B98 is #D66467. Grayscale: #787878. Windows color (decimal): -14050408 or 10001193. OLE color: 10001193.
HSL color Cylindrical-coordinate representation of color #299B98: hue angle of 178.42º 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 #299B98 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 152 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.39 |
| HSL | 178.42º | 0.58% | 0.38% | - |
| HSV(B) | 178.42º | 0.74% | 0.61% | - |
| XYZ | 18.3 | 26.18 | 33.79 | - |
| YUV | 120.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 152 | 0.74 | 0 | 0.02 | 0.39 | 178.42 | 0.58 | 0.38 |
| Hex | 29 | 9B | 98 | 4A | 0 | 2 | 27 | B2 | 3A | 26 |
| Octal | 51 | 233 | 230 | 112 | 0 | 2 | 47 | 262 | 72 | 46 |
| Binary | 101001 | 10011011 | 10011000 | 1001010 | 0 | 10 | 100111 | 10110010 | 111010 | 100110 |
Color Harmonies of #299B98
Complementary color
Monochromatic Colors of #299B98
Black with #299B98
Text Example
Text Example
White with #299B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B98; }
p { color: rgb(41,155,152); }
H1.HeaderClassName
{
color: #299B98;
}
.AnyTagClassName
{
color: #299B98;
}
</style>
background-color css
<style>
a { background-color: #299B98; }
a { background-color: rgb(41,155,152); }
div.DivClassName
{
background-color: #299B98;
}
.BgClassName
{
background-color: #299B98;
}
</style>
border-color css
<style>
span { border-color: #299B98; }
span { border-color: rgb(41,155,152); }
td.TdClassName
{
border-color: #299B98;
}
.TagClassName
{
border-color: #299B98;
}
</style>