#29959A

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

Shades of Java #29959A

Tints of Java #29959A

Color information

#29959A (or 0x29959A) is unknown color: approx Java. HEX triplet: 29, 95 and 9A. RGB value is (41,149,154). Sum of RGB (Red+Green+Blue) = 41+149+154=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #29959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29959A is #D66A65. Grayscale: #757575. Windows color (decimal): -14051942 or 10130729. OLE color: 10130729.

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

Color convert

RGB41149154-
CMYK0.730.0300.40
HSL182.65º57.95%38.24%-
HSV(B)182.65º73.38%60.39%-
XYZ17.4924.334.34-
YUV117.28148.7273.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.92%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=11.92%
G=43.31%
B=44.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411491540.730.0300.40182.6557.9538.24
Hex29959A493028b73a26
Octal5122523211130502677246
Binary1010011001010110011010100100111010100010110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29959A; }

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

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

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

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

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

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

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

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