Shades of Java #299792
Tints of Java #299792
RGB
CMYK
RGB Variations
Color information
#299792 (or 0x299792) is known color: Java. HEX triplet: 29, 97 and 92. RGB value is (41,151,146). Sum of RGB (Red+Green+Blue) = 41+151+146=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #299792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299792 is #D6686D. Grayscale: #757575. Windows color (decimal): -14051438 or 9606953. OLE color: 9606953.
HSL color Cylindrical-coordinate representation of color #299792: hue angle of 177.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299792 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 151 | 146 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.41 |
| HSL | 177.27º | 0.57% | 0.38% | - |
| HSV(B) | 177.27º | 0.73% | 0.59% | - |
| XYZ | 17.17 | 24.68 | 31.05 | - |
| YUV | 117.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 146 | 0.73 | 0 | 0.03 | 0.41 | 177.27 | 0.57 | 0.38 |
| Hex | 29 | 97 | 92 | 49 | 0 | 3 | 29 | B1 | 39 | 26 |
| Octal | 51 | 227 | 222 | 111 | 0 | 3 | 51 | 261 | 71 | 46 |
| Binary | 101001 | 10010111 | 10010010 | 1001001 | 0 | 11 | 101001 | 10110001 | 111001 | 100110 |
Color Harmonies of #299792
Complementary color
Monochromatic Colors of #299792
Black with #299792
Text Example
Text Example
White with #299792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299792; }
p { color: rgb(41,151,146); }
H1.HeaderClassName
{
color: #299792;
}
.AnyTagClassName
{
color: #299792;
}
</style>
background-color css
<style>
a { background-color: #299792; }
a { background-color: rgb(41,151,146); }
div.DivClassName
{
background-color: #299792;
}
.BgClassName
{
background-color: #299792;
}
</style>
border-color css
<style>
span { border-color: #299792; }
span { border-color: rgb(41,151,146); }
td.TdClassName
{
border-color: #299792;
}
.TagClassName
{
border-color: #299792;
}
</style>