Html Css Color HEX #29958A Java

📋 copy color: '#29958A'

red 41 ◦ green 149 ◦ blue 138

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

Shades of Java #29958A

Tints of Java #29958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 12.5%
G = 45.43%
B = 42.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#29958A (or 0x29958A) is known color: Java. HEX triplet: 29, 95 and 8A. RGB value is (41,149,138). Sum of RGB (Red+Green+Blue) = 41+149+138=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #29958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29958A is #D66A75. Grayscale: #737373. Windows color (decimal): -14051958 or 9082153. OLE color: 9082153.

HSL color Cylindrical-coordinate representation of color #29958A: hue angle of 173.89º degrees, saturation: 0.57, 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 #29958A is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 138 -
CMYK 0.72 0 0.07 0.42
HSL 173.89º 0.57% 0.37% -
HSV(B) 173.89º 0.72% 0.58% -
XYZ 16.25 23.8 27.78 -
YUV 115.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 41 149 138 0.72 0 0.07 0.42 173.89 0.57 0.37
Hex 29 95 8A 48 0 7 2A AE 39 25
Octal 51 225 212 110 0 7 52 256 71 45
Binary 101001 10010101 10001010 1001000 0 111 101010 10101110 111001 100101

Color Harmonies of #29958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29958A

Black with #29958A

Text Example


Text Example

White with #29958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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