#29928C

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

Shades of Java #29928C

Tints of Java #29928C

Color information

#29928C (or 0x29928C) is unknown color: approx Java. HEX triplet: 29, 92 and 8C. RGB value is (41,146,140). Sum of RGB (Red+Green+Blue) = 41+146+140=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #29928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29928C is #D66D73. Grayscale: #717171. Windows color (decimal): -14052724 or 9212457. OLE color: 9212457.

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

Color convert

RGB41146140-
CMYK0.7200.040.43
HSL176.57º56.15%36.67%-
HSV(B)176.57º71.92%57.25%-
XYZ15.9322.9228.4-
YUV113.92142.7175.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=12.54%
G=44.65%
B=42.81%

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
Decimal411461400.7200.040.43176.5756.1536.67
Hex29928C48042Bb13825
Octal5122221411004532617045
Binary10100110010010100011001001000010010101110110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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