Html Css Color HEX #29978A Java

📋 copy color: '#29978A'

red 41 ◦ green 151 ◦ blue 138

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

Shades of Java #29978A

Tints of Java #29978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

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

R = 12.42%
G = 45.76%
B = 41.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#29978A (or 0x29978A) is known color: Java. HEX triplet: 29, 97 and 8A. RGB value is (41,151,138). Sum of RGB (Red+Green+Blue) = 41+151+138=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #29978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29978A is #D66875. Grayscale: #747474. Windows color (decimal): -14051446 or 9082665. OLE color: 9082665.

HSL color Cylindrical-coordinate representation of color #29978A: hue angle of 172.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29978A is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 151 138 -
CMYK 0.73 0 0.09 0.41
HSL 172.91º 0.57% 0.38% -
HSV(B) 172.91º 0.73% 0.59% -
XYZ 16.57 24.44 27.89 -
YUV 116.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 41 151 138 0.73 0 0.09 0.41 172.91 0.57 0.38
Hex 29 97 8A 49 0 9 29 AD 39 26
Octal 51 227 212 111 0 11 51 255 71 46
Binary 101001 10010111 10001010 1001001 0 1001 101001 10101101 111001 100110

Color Harmonies of #29978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29978A

Black with #29978A

Text Example


Text Example

White with #29978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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