Shades of Java #299D94
Tints of Java #299D94
RGB
CMYK
RGB Variations
Color information
#299D94 (or 0x299D94) is known color: Java. HEX triplet: 29, 9D and 94. RGB value is (41,157,148). Sum of RGB (Red+Green+Blue) = 41+157+148=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #299D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D94 is #D6626B. Grayscale: #797979. Windows color (decimal): -14049900 or 9739561. OLE color: 9739561.
HSL color Cylindrical-coordinate representation of color #299D94: hue angle of 175.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299D94 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 148 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.38 |
| HSL | 175.34º | 0.59% | 0.39% | - |
| HSV(B) | 175.34º | 0.74% | 0.62% | - |
| XYZ | 18.32 | 26.72 | 32.21 | - |
| YUV | 121.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 148 | 0.74 | 0 | 0.06 | 0.38 | 175.34 | 0.59 | 0.39 |
| Hex | 29 | 9D | 94 | 4A | 0 | 6 | 26 | AF | 3B | 27 |
| Octal | 51 | 235 | 224 | 112 | 0 | 6 | 46 | 257 | 73 | 47 |
| Binary | 101001 | 10011101 | 10010100 | 1001010 | 0 | 110 | 100110 | 10101111 | 111011 | 100111 |
Color Harmonies of #299D94
Complementary color
Monochromatic Colors of #299D94
Black with #299D94
Text Example
Text Example
White with #299D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D94; }
p { color: rgb(41,157,148); }
H1.HeaderClassName
{
color: #299D94;
}
.AnyTagClassName
{
color: #299D94;
}
</style>
background-color css
<style>
a { background-color: #299D94; }
a { background-color: rgb(41,157,148); }
div.DivClassName
{
background-color: #299D94;
}
.BgClassName
{
background-color: #299D94;
}
</style>
border-color css
<style>
span { border-color: #299D94; }
span { border-color: rgb(41,157,148); }
td.TdClassName
{
border-color: #299D94;
}
.TagClassName
{
border-color: #299D94;
}
</style>