Html Css Color HEX #29918A Java

📋 copy color: '#29918A'

red 41 ◦ green 145 ◦ blue 138

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

Shades of Java #29918A

Tints of Java #29918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

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

R = 12.65%
G = 44.75%
B = 42.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#29918A (or 0x29918A) is known color: Java. HEX triplet: 29, 91 and 8A. RGB value is (41,145,138). Sum of RGB (Red+Green+Blue) = 41+145+138=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #29918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29918A is #D66E75. Grayscale: #717171. Windows color (decimal): -14052982 or 9081129. OLE color: 9081129.

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

Color convert

RGB 41 145 138 -
CMYK 0.72 0 0.05 0.43
HSL 175.96º 0.56% 0.36% -
HSV(B) 175.96º 0.72% 0.57% -
XYZ 15.63 22.56 27.58 -
YUV 113.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 41 145 138 0.72 0 0.05 0.43 175.96 0.56 0.36
Hex 29 91 8A 48 0 5 2B B0 38 24
Octal 51 221 212 110 0 5 53 260 70 44
Binary 101001 10010001 10001010 1001000 0 101 101011 10110000 111000 100100

Color Harmonies of #29918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29918A

Black with #29918A

Text Example


Text Example

White with #29918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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