Html Css Color HEX #29998C Java

📋 copy color: '#29998C'

red 41 ◦ green 153 ◦ blue 140

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

Shades of Java #29998C

Tints of Java #29998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

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

R = 12.28%
G = 45.81%
B = 41.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#29998C (or 0x29998C) is known color: Java. HEX triplet: 29, 99 and 8C. RGB value is (41,153,140). Sum of RGB (Red+Green+Blue) = 41+153+140=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #29998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29998C is #D66673. Grayscale: #757575. Windows color (decimal): -14050932 or 9214249. OLE color: 9214249.

HSL color Cylindrical-coordinate representation of color #29998C: hue angle of 173.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29998C is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 140 -
CMYK 0.73 0 0.08 0.4
HSL 173.04º 0.58% 0.38% -
HSV(B) 173.04º 0.73% 0.6% -
XYZ 17.04 25.15 28.77 -
YUV 118.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 41 153 140 0.73 0 0.08 0.4 173.04 0.58 0.38
Hex 29 99 8C 49 0 8 28 AD 3A 26
Octal 51 231 214 111 0 10 50 255 72 46
Binary 101001 10011001 10001100 1001001 0 1000 101000 10101101 111010 100110

Color Harmonies of #29998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29998C

Black with #29998C

Text Example


Text Example

White with #29998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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