#29989E

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

Shades of Java #29989E

Tints of Java #29989E

Color information

#29989E (or 0x29989E) is unknown color: approx Java. HEX triplet: 29, 98 and 9E. RGB value is (41,152,158). Sum of RGB (Red+Green+Blue) = 41+152+158=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #29989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29989E is #D66761. Grayscale: #777777. Windows color (decimal): -14051170 or 10393641. OLE color: 10393641.

HSL color Cylindrical-coordinate representation of color #29989E: hue angle of 183.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29989E is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41152158-
CMYK0.740.0400.38
HSL183.08º58.79%39.02%-
HSV(B)183.08º74.05%61.96%-
XYZ18.3125.436.28-
YUV119.49149.7372.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=11.68%
G=43.30%
B=45.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411521580.740.0400.38183.0858.7939.02
Hex29989E4A4026b73b27
Octal5123023611240462677347
Binary10100110011000100111101001010100010011010110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29989E; }

 p { color: rgb(41,152,158); }

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

<style>
 a { background-color: #29989E; }

 a { background-color: rgb(41,152,158); }

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

<style>
 span { border-color: #29989E; }

 span { border-color: rgb(41,152,158); }

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