#29999C

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

Shades of Java #29999C

Tints of Java #29999C

Color information

#29999C (or 0x29999C) is unknown color: approx Java. HEX triplet: 29, 99 and 9C. RGB value is (41,153,156). Sum of RGB (Red+Green+Blue) = 41+153+156=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #29999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29999C is #D66663. Grayscale: #777777. Windows color (decimal): -14050916 or 10262825. OLE color: 10262825.

HSL color Cylindrical-coordinate representation of color #29999C: hue angle of 181.57º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29999C is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41153156-
CMYK0.740.0200.39
HSL181.57º58.38%38.63%-
HSV(B)181.57º73.72%61.18%-
XYZ18.3125.6535.44-
YUV119.85148.3971.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.71%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=11.71%
G=43.71%
B=44.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411531560.740.0200.39181.5758.3838.63
Hex29999C4A2027b63a27
Octal5123123411220472667247
Binary1010011001100110011100100101010010011110110110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,153,156); }

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

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

 a { background-color: rgb(41,153,156); }

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

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

 span { border-color: rgb(41,153,156); }

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