Html Css Color HEX #29908E Java

📋 copy color: '#29908E'

red 41 ◦ green 144 ◦ blue 142

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

Shades of Java #29908E

Tints of Java #29908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 12.54%
G = 44.04%
B = 43.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#29908E (or 0x29908E) is known color: Java. HEX triplet: 29, 90 and 8E. RGB value is (41,144,142). Sum of RGB (Red+Green+Blue) = 41+144+142=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #29908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29908E is #D66F71. Grayscale: #707070. Windows color (decimal): -14053234 or 9343017. OLE color: 9343017.

HSL color Cylindrical-coordinate representation of color #29908E: hue angle of 178.83º 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 #29908E is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 142 -
CMYK 0.72 0 0.01 0.44
HSL 178.83º 0.56% 0.36% -
HSV(B) 178.83º 0.72% 0.56% -
XYZ 15.77 22.37 29.08 -
YUV 112.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 41 144 142 0.72 0 0.01 0.44 178.83 0.56 0.36
Hex 29 90 8E 48 0 1 2C B3 38 24
Octal 51 220 216 110 0 1 54 263 70 44
Binary 101001 10010000 10001110 1001000 0 1 101100 10110011 111000 100100

Color Harmonies of #29908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29908E

Black with #29908E

Text Example


Text Example

White with #29908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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