Shades of Java #299291
Tints of Java #299291
RGB
CMYK
RGB Variations
Color information
#299291 (or 0x299291) is known color: Java. HEX triplet: 29, 92 and 91. RGB value is (41,146,145). Sum of RGB (Red+Green+Blue) = 41+146+145=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #299291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299291 is #D66D6E. Grayscale: #727272. Windows color (decimal): -14052719 or 9540137. OLE color: 9540137.
HSL color Cylindrical-coordinate representation of color #299291: hue angle of 179.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299291 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 145 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.43 |
| HSL | 179.43º | 0.56% | 0.37% | - |
| HSV(B) | 179.43º | 0.72% | 0.57% | - |
| XYZ | 16.3 | 23.07 | 30.38 | - |
| YUV | 114.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 145 | 0.72 | 0 | 0.01 | 0.43 | 179.43 | 0.56 | 0.37 |
| Hex | 29 | 92 | 91 | 48 | 0 | 1 | 2B | B3 | 38 | 25 |
| Octal | 51 | 222 | 221 | 110 | 0 | 1 | 53 | 263 | 70 | 45 |
| Binary | 101001 | 10010010 | 10010001 | 1001000 | 0 | 1 | 101011 | 10110011 | 111000 | 100101 |
Color Harmonies of #299291
Complementary color
Monochromatic Colors of #299291
Black with #299291
Text Example
Text Example
White with #299291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299291; }
p { color: rgb(41,146,145); }
H1.HeaderClassName
{
color: #299291;
}
.AnyTagClassName
{
color: #299291;
}
</style>
background-color css
<style>
a { background-color: #299291; }
a { background-color: rgb(41,146,145); }
div.DivClassName
{
background-color: #299291;
}
.BgClassName
{
background-color: #299291;
}
</style>
border-color css
<style>
span { border-color: #299291; }
span { border-color: rgb(41,146,145); }
td.TdClassName
{
border-color: #299291;
}
.TagClassName
{
border-color: #299291;
}
</style>