Shades of Java #299893
Tints of Java #299893
RGB
CMYK
RGB Variations
Color information
#299893 (or 0x299893) is known color: Java. HEX triplet: 29, 98 and 93. RGB value is (41,152,147). Sum of RGB (Red+Green+Blue) = 41+152+147=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #299893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299893 is #D6676C. Grayscale: #767676. Windows color (decimal): -14051181 or 9672745. OLE color: 9672745.
HSL color Cylindrical-coordinate representation of color #299893: hue angle of 177.3º 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 #299893 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 147 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.40 |
| HSL | 177.3º | 0.58% | 0.38% | - |
| HSV(B) | 177.3º | 0.73% | 0.6% | - |
| XYZ | 17.41 | 25.03 | 31.52 | - |
| YUV | 118.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 147 | 0.73 | 0 | 0.03 | 0.40 | 177.3 | 0.58 | 0.38 |
| Hex | 29 | 98 | 93 | 49 | 0 | 3 | 28 | B1 | 3A | 26 |
| Octal | 51 | 230 | 223 | 111 | 0 | 3 | 50 | 261 | 72 | 46 |
| Binary | 101001 | 10011000 | 10010011 | 1001001 | 0 | 11 | 101000 | 10110001 | 111010 | 100110 |
Color Harmonies of #299893
Complementary color
Monochromatic Colors of #299893
Black with #299893
Text Example
Text Example
White with #299893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299893; }
p { color: rgb(41,152,147); }
H1.HeaderClassName
{
color: #299893;
}
.AnyTagClassName
{
color: #299893;
}
</style>
background-color css
<style>
a { background-color: #299893; }
a { background-color: rgb(41,152,147); }
div.DivClassName
{
background-color: #299893;
}
.BgClassName
{
background-color: #299893;
}
</style>
border-color css
<style>
span { border-color: #299893; }
span { border-color: rgb(41,152,147); }
td.TdClassName
{
border-color: #299893;
}
.TagClassName
{
border-color: #299893;
}
</style>