Shades of Java #299385
Tints of Java #299385
RGB
CMYK
RGB Variations
Color information
#299385 (or 0x299385) is known color: Java. HEX triplet: 29, 93 and 85. RGB value is (41,147,133). Sum of RGB (Red+Green+Blue) = 41+147+133=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #299385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299385 is #D66C7A. Grayscale: #717171. Windows color (decimal): -14052475 or 8753961. OLE color: 8753961.
HSL color Cylindrical-coordinate representation of color #299385: hue angle of 172.08º 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 #299385 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 133 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.42 |
| HSL | 172.08º | 0.56% | 0.37% | - |
| HSV(B) | 172.08º | 0.72% | 0.58% | - |
| XYZ | 15.58 | 23.03 | 25.81 | - |
| YUV | 113.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 133 | 0.72 | 0 | 0.10 | 0.42 | 172.08 | 0.56 | 0.37 |
| Hex | 29 | 93 | 85 | 48 | 0 | A | 2A | AC | 38 | 25 |
| Octal | 51 | 223 | 205 | 110 | 0 | 12 | 52 | 254 | 70 | 45 |
| Binary | 101001 | 10010011 | 10000101 | 1001000 | 0 | 1010 | 101010 | 10101100 | 111000 | 100101 |
Color Harmonies of #299385
Complementary color
Monochromatic Colors of #299385
Black with #299385
Text Example
Text Example
White with #299385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299385; }
p { color: rgb(41,147,133); }
H1.HeaderClassName
{
color: #299385;
}
.AnyTagClassName
{
color: #299385;
}
</style>
background-color css
<style>
a { background-color: #299385; }
a { background-color: rgb(41,147,133); }
div.DivClassName
{
background-color: #299385;
}
.BgClassName
{
background-color: #299385;
}
</style>
border-color css
<style>
span { border-color: #299385; }
span { border-color: rgb(41,147,133); }
td.TdClassName
{
border-color: #299385;
}
.TagClassName
{
border-color: #299385;
}
</style>