Html Css Color HEX #29908A Java

📋 copy color: '#29908A'

red 41 ◦ green 144 ◦ blue 138

#29908A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #29908A

Tints of Java #29908A

RGB

 RED value IS 41 (16.41% from 255) = 12.69%

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 12.69%
G = 44.58%
B = 42.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#29908A (or 0x29908A) is known color: Java. HEX triplet: 29, 90 and 8A. RGB value is (41,144,138). Sum of RGB (Red+Green+Blue) = 41+144+138=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #29908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29908A is #D66F75. Grayscale: #707070. Windows color (decimal): -14053238 or 9080873. OLE color: 9080873.

HSL color Cylindrical-coordinate representation of color #29908A: hue angle of 176.5º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29908A is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 138 -
CMYK 0.72 0 0.04 0.44
HSL 176.5º 0.56% 0.36% -
HSV(B) 176.5º 0.72% 0.56% -
XYZ 15.48 22.25 27.52 -
YUV 112.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 41 144 138 0.72 0 0.04 0.44 176.5 0.56 0.36
Hex 29 90 8A 48 0 4 2C B1 38 24
Octal 51 220 212 110 0 4 54 261 70 44
Binary 101001 10010000 10001010 1001000 0 100 101100 10110001 111000 100100

Color Harmonies of #29908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29908A

Black with #29908A

Text Example


Text Example

White with #29908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,144,138); }

 H1.HeaderClassName
 {
   color: #29908A;
 }
 .AnyTagClassName
 {
   color: #29908A;
 }
</style>

background-color css

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

 a { background-color: rgb(41,144,138); }

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

border-color css

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

 span { border-color: rgb(41,144,138); }

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