Html Css Color HEX #29918E Java

📋 copy color: '#29918E'

red 41 ◦ green 145 ◦ blue 142

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

Shades of Java #29918E

Tints of Java #29918E

RGB

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

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

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

R = 12.5%
G = 44.21%
B = 43.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#29918E (or 0x29918E) is known color: Java. HEX triplet: 29, 91 and 8E. RGB value is (41,145,142). Sum of RGB (Red+Green+Blue) = 41+145+142=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #29918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29918E is #D66E71. Grayscale: #717171. Windows color (decimal): -14052978 or 9343273. OLE color: 9343273.

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

Color convert

RGB 41 145 142 -
CMYK 0.72 0 0.02 0.43
HSL 178.27º 0.56% 0.36% -
HSV(B) 178.27º 0.72% 0.57% -
XYZ 15.92 22.68 29.13 -
YUV 113.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 41 145 142 0.72 0 0.02 0.43 178.27 0.56 0.36
Hex 29 91 8E 48 0 2 2B B2 38 24
Octal 51 221 216 110 0 2 53 262 70 44
Binary 101001 10010001 10001110 1001000 0 10 101011 10110010 111000 100100

Color Harmonies of #29918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29918E

Black with #29918E

Text Example


Text Example

White with #29918E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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