#29979E

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

Shades of Java #29979E

Tints of Java #29979E

Color information

#29979E (or 0x29979E) is unknown color: approx Java. HEX triplet: 29, 97 and 9E. RGB value is (41,151,158). Sum of RGB (Red+Green+Blue) = 41+151+158=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #29979E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29979E is #D66861. Grayscale: #767676. Windows color (decimal): -14051426 or 10393385. OLE color: 10393385.

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

Color convert

RGB41151158-
CMYK0.740.0400.38
HSL183.59º58.79%39.02%-
HSV(B)183.59º74.05%61.96%-
XYZ18.1525.0736.23-
YUV118.91150.0672.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.71%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=11.71%
G=43.14%
B=45.14%

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
Decimal411511580.740.0400.38183.5958.7939.02
Hex29979E4A4026b83b27
Octal5122723611240462707347
Binary10100110010111100111101001010100010011010111000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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