#29938C

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

Shades of Java #29938C

Tints of Java #29938C

Color information

#29938C (or 0x29938C) is unknown color: approx Java. HEX triplet: 29, 93 and 8C. RGB value is (41,147,140). Sum of RGB (Red+Green+Blue) = 41+147+140=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #29938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29938C is #D66C73. Grayscale: #727272. Windows color (decimal): -14052468 or 9212713. OLE color: 9212713.

HSL color Cylindrical-coordinate representation of color #29938C: hue angle of 176.04º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29938C is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB41147140-
CMYK0.7200.050.42
HSL176.04º56.38%36.86%-
HSV(B)176.04º72.11%57.65%-
XYZ16.0823.2328.45-
YUV114.51142.3875.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=12.5%
G=44.82%
B=42.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471400.7200.050.42176.0456.3836.86
Hex29938C48052Ab03825
Octal5122321411005522607045
Binary10100110010011100011001001000010110101010110000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29938C; }

 p { color: rgb(41,147,140); }

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

<style>
 a { background-color: #29938C; }

 a { background-color: rgb(41,147,140); }

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

<style>
 span { border-color: #29938C; }

 span { border-color: rgb(41,147,140); }

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