#29959C

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

Shades of Java #29959C

Tints of Java #29959C

Color information

#29959C (or 0x29959C) is unknown color: approx Java. HEX triplet: 29, 95 and 9C. RGB value is (41,149,156). Sum of RGB (Red+Green+Blue) = 41+149+156=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #29959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29959C is #D66A63. Grayscale: #757575. Windows color (decimal): -14051940 or 10261801. OLE color: 10261801.

HSL color Cylindrical-coordinate representation of color #29959C: hue angle of 183.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29959C is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41149156-
CMYK0.740.0400.39
HSL183.65º58.38%38.63%-
HSV(B)183.65º73.72%61.18%-
XYZ17.6624.3735.22-
YUV117.51149.7273.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.85%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=11.85%
G=43.06%
B=45.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411491560.740.0400.39183.6558.3838.63
Hex29959C4A4027b83a27
Octal5122523411240472707247
Binary10100110010101100111001001010100010011110111000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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