Shades of Java #299693
Tints of Java #299693
RGB
CMYK
RGB Variations
Color information
#299693 (or 0x299693) is known color: Java. HEX triplet: 29, 96 and 93. RGB value is (41,150,147). Sum of RGB (Red+Green+Blue) = 41+150+147=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #299693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299693 is #D6696C. Grayscale: #747474. Windows color (decimal): -14051693 or 9672233. OLE color: 9672233.
HSL color Cylindrical-coordinate representation of color #299693: hue angle of 178.35º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299693 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 147 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.41 |
| HSL | 178.35º | 0.57% | 0.37% | - |
| HSV(B) | 178.35º | 0.73% | 0.59% | - |
| XYZ | 17.09 | 24.39 | 31.41 | - |
| YUV | 117.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 147 | 0.73 | 0 | 0.02 | 0.41 | 178.35 | 0.57 | 0.37 |
| Hex | 29 | 96 | 93 | 49 | 0 | 2 | 29 | B2 | 39 | 25 |
| Octal | 51 | 226 | 223 | 111 | 0 | 2 | 51 | 262 | 71 | 45 |
| Binary | 101001 | 10010110 | 10010011 | 1001001 | 0 | 10 | 101001 | 10110010 | 111001 | 100101 |
Color Harmonies of #299693
Complementary color
Monochromatic Colors of #299693
Black with #299693
Text Example
Text Example
White with #299693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299693; }
p { color: rgb(41,150,147); }
H1.HeaderClassName
{
color: #299693;
}
.AnyTagClassName
{
color: #299693;
}
</style>
background-color css
<style>
a { background-color: #299693; }
a { background-color: rgb(41,150,147); }
div.DivClassName
{
background-color: #299693;
}
.BgClassName
{
background-color: #299693;
}
</style>
border-color css
<style>
span { border-color: #299693; }
span { border-color: rgb(41,150,147); }
td.TdClassName
{
border-color: #299693;
}
.TagClassName
{
border-color: #299693;
}
</style>