Shades of Java #299993
Tints of Java #299993
RGB
CMYK
RGB Variations
Color information
#299993 (or 0x299993) is known color: Java. HEX triplet: 29, 99 and 93. RGB value is (41,153,147). Sum of RGB (Red+Green+Blue) = 41+153+147=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #299993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299993 is #D6666C. Grayscale: #767676. Windows color (decimal): -14050925 or 9673001. OLE color: 9673001.
HSL color Cylindrical-coordinate representation of color #299993: hue angle of 176.79º 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 #299993 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 153 | 147 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.4 |
| HSL | 176.79º | 0.58% | 0.38% | - |
| HSV(B) | 176.79º | 0.73% | 0.6% | - |
| XYZ | 17.57 | 25.36 | 31.57 | - |
| YUV | 118.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 147 | 0.73 | 0 | 0.04 | 0.4 | 176.79 | 0.58 | 0.38 |
| Hex | 29 | 99 | 93 | 49 | 0 | 4 | 28 | B1 | 3A | 26 |
| Octal | 51 | 231 | 223 | 111 | 0 | 4 | 50 | 261 | 72 | 46 |
| Binary | 101001 | 10011001 | 10010011 | 1001001 | 0 | 100 | 101000 | 10110001 | 111010 | 100110 |
Color Harmonies of #299993
Complementary color
Monochromatic Colors of #299993
Black with #299993
Text Example
Text Example
White with #299993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299993; }
p { color: rgb(41,153,147); }
H1.HeaderClassName
{
color: #299993;
}
.AnyTagClassName
{
color: #299993;
}
</style>
background-color css
<style>
a { background-color: #299993; }
a { background-color: rgb(41,153,147); }
div.DivClassName
{
background-color: #299993;
}
.BgClassName
{
background-color: #299993;
}
</style>
border-color css
<style>
span { border-color: #299993; }
span { border-color: rgb(41,153,147); }
td.TdClassName
{
border-color: #299993;
}
.TagClassName
{
border-color: #299993;
}
</style>