#29988B

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

Shades of Java #29988B

Tints of Java #29988B

Color information

#29988B (or 0x29988B) is unknown color: approx Java. HEX triplet: 29, 98 and 8B. RGB value is (41,152,139). Sum of RGB (Red+Green+Blue) = 41+152+139=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #29988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29988B is #D66774. Grayscale: #757575. Windows color (decimal): -14051189 or 9148457. OLE color: 9148457.

HSL color Cylindrical-coordinate representation of color #29988B: hue angle of 172.97º 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 #29988B is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB41152139-
CMYK0.7300.090.40
HSL172.97º57.51%37.84%-
HSV(B)172.97º73.03%59.61%-
XYZ16.824.7928.33-
YUV117.33140.2373.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=12.35%
G=45.78%
B=41.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411521390.7300.090.40172.9757.5137.84
Hex29988B490928ad3a26
Octal51230213111011502557246
Binary101001100110001000101110010010100110100010101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,152,139); }

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

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

 a { background-color: rgb(41,152,139); }

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

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

 span { border-color: rgb(41,152,139); }

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