Shades of Java #299992
Tints of Java #299992
RGB
CMYK
RGB Variations
Color information
#299992 (or 0x299992) is known color: Java. HEX triplet: 29, 99 and 92. RGB value is (41,153,146). Sum of RGB (Red+Green+Blue) = 41+153+146=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #299992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299992 is #D6666D. Grayscale: #767676. Windows color (decimal): -14050926 or 9607465. OLE color: 9607465.
HSL color Cylindrical-coordinate representation of color #299992: hue angle of 176.25º 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 #299992 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 146 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.4 |
| HSL | 176.25º | 0.58% | 0.38% | - |
| HSV(B) | 176.25º | 0.73% | 0.6% | - |
| XYZ | 17.49 | 25.33 | 31.16 | - |
| YUV | 118.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 146 | 0.73 | 0 | 0.05 | 0.4 | 176.25 | 0.58 | 0.38 |
| Hex | 29 | 99 | 92 | 49 | 0 | 5 | 28 | B0 | 3A | 26 |
| Octal | 51 | 231 | 222 | 111 | 0 | 5 | 50 | 260 | 72 | 46 |
| Binary | 101001 | 10011001 | 10010010 | 1001001 | 0 | 101 | 101000 | 10110000 | 111010 | 100110 |
Color Harmonies of #299992
Complementary color
Monochromatic Colors of #299992
Black with #299992
Text Example
Text Example
White with #299992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299992; }
p { color: rgb(41,153,146); }
H1.HeaderClassName
{
color: #299992;
}
.AnyTagClassName
{
color: #299992;
}
</style>
background-color css
<style>
a { background-color: #299992; }
a { background-color: rgb(41,153,146); }
div.DivClassName
{
background-color: #299992;
}
.BgClassName
{
background-color: #299992;
}
</style>
border-color css
<style>
span { border-color: #299992; }
span { border-color: rgb(41,153,146); }
td.TdClassName
{
border-color: #299992;
}
.TagClassName
{
border-color: #299992;
}
</style>