#299999

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

Shades of Java #299999

Tints of Java #299999

Color information

#299999 (or 0x299999) is unknown color: approx Java. HEX triplet: 29, 99 and 99. RGB value is (41,153,153). Sum of RGB (Red+Green+Blue) = 41+153+153=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #299999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299999 is #D66666. Grayscale: #777777. Windows color (decimal): -14050919 or 10066217. OLE color: 10066217.

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

Color convert

RGB41153153-
CMYK0.73000.4
HSL180º57.73%38.04%-
HSV(B)180º73.2%60%-
XYZ18.0625.5534.12-
YUV119.51146.8972-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=11.82%
G=44.09%
B=44.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531530.73000.418057.7338.04
Hex299999490028b43a26
Octal5123123111100502647246
Binary101001100110011001100110010010010100010110100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299999; }

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

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

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

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

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

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

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

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