#29989A

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

Shades of Java #29989A

Tints of Java #29989A

Color information

#29989A (or 0x29989A) is unknown color: approx Java. HEX triplet: 29, 98 and 9A. RGB value is (41,152,154). Sum of RGB (Red+Green+Blue) = 41+152+154=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #29989A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29989A is #D66765. Grayscale: #767676. Windows color (decimal): -14051174 or 10131497. OLE color: 10131497.

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

Color convert

RGB41152154-
CMYK0.730.0100.40
HSL181.06º57.95%38.24%-
HSV(B)181.06º73.38%60.39%-
XYZ17.9825.2634.5-
YUV119.04147.7372.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=11.82%
G=43.80%
B=44.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411521540.730.0100.40181.0657.9538.24
Hex29989A491028b53a26
Octal5123023211110502657246
Binary101001100110001001101010010011010100010110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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