Shades of Java #29998F
Tints of Java #29998F
RGB
CMYK
RGB Variations
Color information
#29998F (or 0x29998F) is known color: Java. HEX triplet: 29, 99 and 8F. RGB value is (41,153,143). Sum of RGB (Red+Green+Blue) = 41+153+143=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #29998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29998F is #D66670. Grayscale: #767676. Windows color (decimal): -14050929 or 9410857. OLE color: 9410857.
HSL color Cylindrical-coordinate representation of color #29998F: hue angle of 174.64º 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 #29998F is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 143 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.4 |
| HSL | 174.64º | 0.58% | 0.38% | - |
| HSV(B) | 174.64º | 0.73% | 0.6% | - |
| XYZ | 17.26 | 25.24 | 29.95 | - |
| YUV | 118.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 143 | 0.73 | 0 | 0.07 | 0.4 | 174.64 | 0.58 | 0.38 |
| Hex | 29 | 99 | 8F | 49 | 0 | 7 | 28 | AF | 3A | 26 |
| Octal | 51 | 231 | 217 | 111 | 0 | 7 | 50 | 257 | 72 | 46 |
| Binary | 101001 | 10011001 | 10001111 | 1001001 | 0 | 111 | 101000 | 10101111 | 111010 | 100110 |
Color Harmonies of #29998F
Complementary color
Monochromatic Colors of #29998F
Black with #29998F
Text Example
Text Example
White with #29998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29998F; }
p { color: rgb(41,153,143); }
H1.HeaderClassName
{
color: #29998F;
}
.AnyTagClassName
{
color: #29998F;
}
</style>
background-color css
<style>
a { background-color: #29998F; }
a { background-color: rgb(41,153,143); }
div.DivClassName
{
background-color: #29998F;
}
.BgClassName
{
background-color: #29998F;
}
</style>
border-color css
<style>
span { border-color: #29998F; }
span { border-color: rgb(41,153,143); }
td.TdClassName
{
border-color: #29998F;
}
.TagClassName
{
border-color: #29998F;
}
</style>