#29959D

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

Shades of Java #29959D

Tints of Java #29959D

Color information

#29959D (or 0x29959D) is unknown color: approx Java. HEX triplet: 29, 95 and 9D. RGB value is (41,149,157). Sum of RGB (Red+Green+Blue) = 41+149+157=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #29959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29959D is #D66A62. Grayscale: #757575. Windows color (decimal): -14051939 or 10327337. OLE color: 10327337.

HSL color Cylindrical-coordinate representation of color #29959D: hue angle of 184.14º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29959D is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41149157-
CMYK0.740.0500.38
HSL184.14º58.59%38.82%-
HSV(B)184.14º73.89%61.57%-
XYZ17.7524.435.67-
YUV117.62150.2273.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=11.82%
G=42.94%
B=45.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411491570.740.0500.38184.1458.5938.82
Hex29959D4A5026b83b27
Octal5122523511250462707347
Binary10100110010101100111011001010101010011010111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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