Shades of Java #299795
Tints of Java #299795
RGB
CMYK
RGB Variations
Color information
#299795 (or 0x299795) is known color: Java. HEX triplet: 29, 97 and 95. RGB value is (41,151,149). Sum of RGB (Red+Green+Blue) = 41+151+149=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #299795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299795 is #D6686A. Grayscale: #757575. Windows color (decimal): -14051435 or 9803561. OLE color: 9803561.
HSL color Cylindrical-coordinate representation of color #299795: hue angle of 178.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299795 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 151 | 149 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.41 |
| HSL | 178.91º | 0.57% | 0.38% | - |
| HSV(B) | 178.91º | 0.73% | 0.59% | - |
| XYZ | 17.41 | 24.77 | 32.3 | - |
| YUV | 117.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 149 | 0.73 | 0 | 0.01 | 0.41 | 178.91 | 0.57 | 0.38 |
| Hex | 29 | 97 | 95 | 49 | 0 | 1 | 29 | B3 | 39 | 26 |
| Octal | 51 | 227 | 225 | 111 | 0 | 1 | 51 | 263 | 71 | 46 |
| Binary | 101001 | 10010111 | 10010101 | 1001001 | 0 | 1 | 101001 | 10110011 | 111001 | 100110 |
Color Harmonies of #299795
Complementary color
Monochromatic Colors of #299795
Black with #299795
Text Example
Text Example
White with #299795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299795; }
p { color: rgb(41,151,149); }
H1.HeaderClassName
{
color: #299795;
}
.AnyTagClassName
{
color: #299795;
}
</style>
background-color css
<style>
a { background-color: #299795; }
a { background-color: rgb(41,151,149); }
div.DivClassName
{
background-color: #299795;
}
.BgClassName
{
background-color: #299795;
}
</style>
border-color css
<style>
span { border-color: #299795; }
span { border-color: rgb(41,151,149); }
td.TdClassName
{
border-color: #299795;
}
.TagClassName
{
border-color: #299795;
}
</style>