#29929A

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

Shades of Java #29929A

Tints of Java #29929A

Color information

#29929A (or 0x29929A) is unknown color: approx Java. HEX triplet: 29, 92 and 9A. RGB value is (41,146,154). Sum of RGB (Red+Green+Blue) = 41+146+154=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #29929A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29929A is #D66D65. Grayscale: #737373. Windows color (decimal): -14052710 or 10129961. OLE color: 10129961.

HSL color Cylindrical-coordinate representation of color #29929A: hue angle of 184.25º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29929A is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41146154-
CMYK0.730.0500.40
HSL184.25º57.95%38.24%-
HSV(B)184.25º73.38%60.39%-
XYZ17.0323.3634.18-
YUV115.52149.7174.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.02%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=12.02%
G=42.82%
B=45.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411461540.730.0500.40184.2557.9538.24
Hex29929A495028b83a26
Octal5122223211150502707246
Binary10100110010010100110101001001101010100010111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29929A; }

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

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

<style>
 a { background-color: #29929A; }

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

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

<style>
 span { border-color: #29929A; }

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

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