Html Css Color HEX #29938C Java

📋 copy color: '#29938C'

red 41 ◦ green 147 ◦ blue 140

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

Shades of Java #29938C

Tints of Java #29938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 12.5%
G = 44.82%
B = 42.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#29938C (or 0x29938C) is known color: Java. HEX triplet: 29, 93 and 8C. RGB value is (41,147,140). Sum of RGB (Red+Green+Blue) = 41+147+140=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #29938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29938C is #D66C73. Grayscale: #727272. Windows color (decimal): -14052468 or 9212713. OLE color: 9212713.

HSL color Cylindrical-coordinate representation of color #29938C: hue angle of 176.04º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29938C is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 147 140 -
CMYK 0.72 0 0.05 0.42
HSL 176.04º 0.56% 0.37% -
HSV(B) 176.04º 0.72% 0.58% -
XYZ 16.08 23.23 28.45 -
YUV 114.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 41 147 140 0.72 0 0.05 0.42 176.04 0.56 0.37
Hex 29 93 8C 48 0 5 2A B0 38 25
Octal 51 223 214 110 0 5 52 260 70 45
Binary 101001 10010011 10001100 1001000 0 101 101010 10110000 111000 100101

Color Harmonies of #29938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29938C

Black with #29938C

Text Example


Text Example

White with #29938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29938C; }

 p { color: rgb(41,147,140); }

 H1.HeaderClassName
 {
   color: #29938C;
 }
 .AnyTagClassName
 {
   color: #29938C;
 }
</style>

background-color css

<style>
 a { background-color: #29938C; }

 a { background-color: rgb(41,147,140); }

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

border-color css

<style>
 span { border-color: #29938C; }

 span { border-color: rgb(41,147,140); }

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