#29918A

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

Shades of Java #29918A

Tints of Java #29918A

Color information

#29918A (or 0x29918A) is unknown color: approx Java. HEX triplet: 29, 91 and 8A. RGB value is (41,145,138). Sum of RGB (Red+Green+Blue) = 41+145+138=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #29918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29918A is #D66E75. Grayscale: #717171. Windows color (decimal): -14052982 or 9081129. OLE color: 9081129.

HSL color Cylindrical-coordinate representation of color #29918A: hue angle of 175.96º 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 #29918A is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB41145138-
CMYK0.7200.050.43
HSL175.96º55.91%36.47%-
HSV(B)175.96º71.72%56.86%-
XYZ15.6322.5627.58-
YUV113.11142.0476.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=12.65%
G=44.75%
B=42.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451380.7200.050.43175.9655.9136.47
Hex29918A48052Bb03824
Octal5122121211005532607044
Binary10100110010001100010101001000010110101110110000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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