#299599

Color #299599 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #299599

Tints of Java #299599

Color information

#299599 (or 0x299599) is unknown color: approx Java. HEX triplet: 29, 95 and 99. RGB value is (41,149,153). Sum of RGB (Red+Green+Blue) = 41+149+153=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #299599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299599 is #D66A66. Grayscale: #757575. Windows color (decimal): -14051943 or 10065193. OLE color: 10065193.

HSL color Cylindrical-coordinate representation of color #299599: hue angle of 182.14º 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 #299599 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41149153-
CMYK0.730.0300.4
HSL182.14º57.73%38.04%-
HSV(B)182.14º73.2%60%-
XYZ17.4124.2733.9-
YUV117.16148.2273.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=11.95%
G=43.44%
B=44.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411491530.730.0300.4182.1457.7338.04
Hex299599493028b63a26
Octal5122523111130502667246
Binary1010011001010110011001100100111010100010110110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299599; }

 p { color: rgb(41,149,153); }

 H1.HeaderClassName
 {
   color: #299599;
 }
 .AnyTagClassName
 {
   color: #299599;
 }
</style>
background-color css

<style>
 a { background-color: #299599; }

 a { background-color: rgb(41,149,153); }

 div.DivClassName
 {
   background-color: #299599;
 }
 .BgClassName
 {
   background-color: #299599;
 }
</style>
border-color css

<style>
 span { border-color: #299599; }

 span { border-color: rgb(41,149,153); }

 td.TdClassName
 {
   border-color: #299599;
 }
 .TagClassName
 {
   border-color: #299599;
 }
</style>