Html Css Color HEX #29765A Salem

📋 copy color: '#29765A'

red 41 ◦ green 118 ◦ blue 90

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

Shades of Salem #29765A

Tints of Salem #29765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 16.47%
G = 47.39%
B = 36.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#29765A (or 0x29765A) is known color: Salem. HEX triplet: 29, 76 and 5A. RGB value is (41,118,90). Sum of RGB (Red+Green+Blue) = 41+118+90=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #29765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29765A is #D689A5. Grayscale: #5B5B5B. Windows color (decimal): -14059942 or 5928489. OLE color: 5928489.

HSL color Cylindrical-coordinate representation of color #29765A: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29765A is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 90 -
CMYK 0.65 0 0.24 0.54
HSL 158.18º 0.48% 0.31% -
HSV(B) 158.18º 0.65% 0.46% -
XYZ 9.24 14.17 11.92 -
YUV 91.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 41 118 90 0.65 0 0.24 0.54 158.18 0.48 0.31
Hex 29 76 5A 41 0 18 36 9E 30 1F
Octal 51 166 132 101 0 30 66 236 60 37
Binary 101001 1110110 1011010 1000001 0 11000 110110 10011110 110000 11111

Color Harmonies of #29765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29765A

Black with #29765A

Text Example


Text Example

White with #29765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,118,90); }

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

background-color css

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

 a { background-color: rgb(41,118,90); }

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

border-color css

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

 span { border-color: rgb(41,118,90); }

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