#29969E

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

Shades of Java #29969E

Tints of Java #29969E

Color information

#29969E (or 0x29969E) is unknown color: approx Java. HEX triplet: 29, 96 and 9E. RGB value is (41,150,158). Sum of RGB (Red+Green+Blue) = 41+150+158=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #29969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29969E is #D66961. Grayscale: #767676. Windows color (decimal): -14051682 or 10393129. OLE color: 10393129.

HSL color Cylindrical-coordinate representation of color #29969E: hue angle of 184.1º 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 #29969E is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41150158-
CMYK0.740.0500.38
HSL184.1º58.79%39.02%-
HSV(B)184.1º74.05%61.96%-
XYZ17.9924.7536.18-
YUV118.32150.3972.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=11.75%
G=42.98%
B=45.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411501580.740.0500.38184.158.7939.02
Hex29969E4A5026b83b27
Octal5122623611250462707347
Binary10100110010110100111101001010101010011010111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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