Html Css Color HEX #297555 Salem

📋 copy color: '#297555'

red 41 ◦ green 117 ◦ blue 85

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

Shades of Salem #297555

Tints of Salem #297555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

 BLUE value IS 85 (33.59% from 255) = 34.98%

R = 16.87%
G = 48.15%
B = 34.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#297555 (or 0x297555) is known color: Salem. HEX triplet: 29, 75 and 55. RGB value is (41,117,85). Sum of RGB (Red+Green+Blue) = 41+117+85=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #297555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297555 is #D68AAA. Grayscale: #5A5A5A. Windows color (decimal): -14060203 or 5600553. OLE color: 5600553.

HSL color Cylindrical-coordinate representation of color #297555: hue angle of 154.74º 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 #297555 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 85 -
CMYK 0.65 0 0.27 0.54
HSL 154.74º 0.48% 0.31% -
HSV(B) 154.74º 0.65% 0.46% -
XYZ 8.92 13.85 10.8 -
YUV 90.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 41 117 85 0.65 0 0.27 0.54 154.74 0.48 0.31
Hex 29 75 55 41 0 1B 36 9B 30 1F
Octal 51 165 125 101 0 33 66 233 60 37
Binary 101001 1110101 1010101 1000001 0 11011 110110 10011011 110000 11111

Color Harmonies of #297555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297555

Black with #297555

Text Example


Text Example

White with #297555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297555; }

 p { color: rgb(41,117,85); }

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

background-color css

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

 a { background-color: rgb(41,117,85); }

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

border-color css

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

 span { border-color: rgb(41,117,85); }

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