#29949B

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

Shades of Java #29949B

Tints of Java #29949B

Color information

#29949B (or 0x29949B) is unknown color: approx Java. HEX triplet: 29, 94 and 9B. RGB value is (41,148,155). Sum of RGB (Red+Green+Blue) = 41+148+155=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #29949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29949B is #D66B64. Grayscale: #747474. Windows color (decimal): -14052197 or 10196009. OLE color: 10196009.

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

Color convert

RGB41148155-
CMYK0.740.0500.39
HSL183.68º58.16%38.43%-
HSV(B)183.68º73.55%60.78%-
XYZ17.4224.0234.73-
YUV116.8149.5573.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.92%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=11.92%
G=43.02%
B=45.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411481550.740.0500.39183.6858.1638.43
Hex29949B4A5027b83a26
Octal5122423311250472707246
Binary10100110010100100110111001010101010011110111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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