#29908E

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

Shades of Java #29908E

Tints of Java #29908E

Color information

#29908E (or 0x29908E) is unknown color: approx Java. HEX triplet: 29, 90 and 8E. RGB value is (41,144,142). Sum of RGB (Red+Green+Blue) = 41+144+142=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #29908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29908E is #D66F71. Grayscale: #707070. Windows color (decimal): -14053234 or 9343017. OLE color: 9343017.

HSL color Cylindrical-coordinate representation of color #29908E: hue angle of 178.83º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29908E is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB41144142-
CMYK0.7200.010.44
HSL178.83º55.68%36.27%-
HSV(B)178.83º71.53%56.47%-
XYZ15.7722.3729.08-
YUV112.98144.3876.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=12.54%
G=44.04%
B=43.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411441420.7200.010.44178.8355.6836.27
Hex29908E48012Cb33824
Octal5122021611001542637044
Binary101001100100001000111010010000110110010110011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29908E; }

 p { color: rgb(41,144,142); }

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

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

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

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

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

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

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