#29929B

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

Shades of Java #29929B

Tints of Java #29929B

Color information

#29929B (or 0x29929B) is unknown color: approx Java. HEX triplet: 29, 92 and 9B. RGB value is (41,146,155). Sum of RGB (Red+Green+Blue) = 41+146+155=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #29929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29929B is #D66D64. Grayscale: #737373. Windows color (decimal): -14052709 or 10195497. OLE color: 10195497.

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

Color convert

RGB41146155-
CMYK0.740.0600.39
HSL184.74º58.16%38.43%-
HSV(B)184.74º73.55%60.78%-
XYZ17.1123.434.62-
YUV115.63150.2174.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=11.99%
G=42.69%
B=45.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411461550.740.0600.39184.7458.1638.43
Hex29929B4A6027b93a26
Octal5122223311260472717246
Binary10100110010010100110111001010110010011110111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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