Html Css Color HEX #29908F Java

📋 copy color: '#29908F'

red 41 ◦ green 144 ◦ blue 143

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

Shades of Java #29908F

Tints of Java #29908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 12.5%
G = 43.9%
B = 43.6%

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

#29908F (or 0x29908F) is known color: Java. HEX triplet: 29, 90 and 8F. RGB value is (41,144,143). Sum of RGB (Red+Green+Blue) = 41+144+143=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #29908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29908F is #D66F70. Grayscale: #707070. Windows color (decimal): -14053233 or 9408553. OLE color: 9408553.

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

Color convert

RGB 41 144 143 -
CMYK 0.72 0 0.01 0.44
HSL 179.42º 0.56% 0.36% -
HSV(B) 179.42º 0.72% 0.56% -
XYZ 15.85 22.4 29.48 -
YUV 113.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 41 144 143 0.72 0 0.01 0.44 179.42 0.56 0.36
Hex 29 90 8F 48 0 1 2C B3 38 24
Octal 51 220 217 110 0 1 54 263 70 44
Binary 101001 10010000 10001111 1001000 0 1 101100 10110011 111000 100100

Color Harmonies of #29908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29908F

Black with #29908F

Text Example


Text Example

White with #29908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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