Html Css Color HEX #29978E Java

📋 copy color: '#29978E'

red 41 ◦ green 151 ◦ blue 142

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

Shades of Java #29978E

Tints of Java #29978E

RGB

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

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

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

R = 12.28%
G = 45.21%
B = 42.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#29978E (or 0x29978E) is known color: Java. HEX triplet: 29, 97 and 8E. RGB value is (41,151,142). Sum of RGB (Red+Green+Blue) = 41+151+142=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #29978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29978E is #D66871. Grayscale: #757575. Windows color (decimal): -14051442 or 9344809. OLE color: 9344809.

HSL color Cylindrical-coordinate representation of color #29978E: hue angle of 175.09º 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 #29978E is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 151 142 -
CMYK 0.73 0 0.06 0.41
HSL 175.09º 0.57% 0.38% -
HSV(B) 175.09º 0.73% 0.59% -
XYZ 16.86 24.56 29.44 -
YUV 117.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 41 151 142 0.73 0 0.06 0.41 175.09 0.57 0.38
Hex 29 97 8E 49 0 6 29 AF 39 26
Octal 51 227 216 111 0 6 51 257 71 46
Binary 101001 10010111 10001110 1001001 0 110 101001 10101111 111001 100110

Color Harmonies of #29978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29978E

Black with #29978E

Text Example


Text Example

White with #29978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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