Shades of Java #29938A
Tints of Java #29938A
RGB
CMYK
RGB Variations
Color information
#29938A (or 0x29938A) is known color: Java. HEX triplet: 29, 93 and 8A. RGB value is (41,147,138). Sum of RGB (Red+Green+Blue) = 41+147+138=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #29938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29938A is #D66C75. Grayscale: #727272. Windows color (decimal): -14052470 or 9081641. OLE color: 9081641.
HSL color Cylindrical-coordinate representation of color #29938A: hue angle of 174.91º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29938A is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 138 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.42 |
| HSL | 174.91º | 0.56% | 0.37% | - |
| HSV(B) | 174.91º | 0.72% | 0.58% | - |
| XYZ | 15.94 | 23.17 | 27.68 | - |
| YUV | 114.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 138 | 0.72 | 0 | 0.06 | 0.42 | 174.91 | 0.56 | 0.37 |
| Hex | 29 | 93 | 8A | 48 | 0 | 6 | 2A | AF | 38 | 25 |
| Octal | 51 | 223 | 212 | 110 | 0 | 6 | 52 | 257 | 70 | 45 |
| Binary | 101001 | 10010011 | 10001010 | 1001000 | 0 | 110 | 101010 | 10101111 | 111000 | 100101 |
Color Harmonies of #29938A
Complementary color
Monochromatic Colors of #29938A
Black with #29938A
Text Example
Text Example
White with #29938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29938A; }
p { color: rgb(41,147,138); }
H1.HeaderClassName
{
color: #29938A;
}
.AnyTagClassName
{
color: #29938A;
}
</style>
background-color css
<style>
a { background-color: #29938A; }
a { background-color: rgb(41,147,138); }
div.DivClassName
{
background-color: #29938A;
}
.BgClassName
{
background-color: #29938A;
}
</style>
border-color css
<style>
span { border-color: #29938A; }
span { border-color: rgb(41,147,138); }
td.TdClassName
{
border-color: #29938A;
}
.TagClassName
{
border-color: #29938A;
}
</style>