#29918B

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

Shades of Java #29918B

Tints of Java #29918B

Color information

#29918B (or 0x29918B) is unknown color: approx Java. HEX triplet: 29, 91 and 8B. RGB value is (41,145,139). Sum of RGB (Red+Green+Blue) = 41+145+139=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #29918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29918B is #D66E74. Grayscale: #717171. Windows color (decimal): -14052981 or 9146665. OLE color: 9146665.

HSL color Cylindrical-coordinate representation of color #29918B: hue angle of 176.54º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29918B is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB41145139-
CMYK0.7200.040.43
HSL176.54º55.91%36.47%-
HSV(B)176.54º71.72%56.86%-
XYZ15.722.5927.96-
YUV113.22142.5476.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=12.62%
G=44.62%
B=42.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451390.7200.040.43176.5455.9136.47
Hex29918B48042Bb13824
Octal5122121311004532617044
Binary10100110010001100010111001000010010101110110001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29918B; }

 p { color: rgb(41,145,139); }

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

<style>
 a { background-color: #29918B; }

 a { background-color: rgb(41,145,139); }

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

<style>
 span { border-color: #29918B; }

 span { border-color: rgb(41,145,139); }

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