Html Css Color HEX #297250 Salem

📋 copy color: '#297250'

red 41 ◦ green 114 ◦ blue 80

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

Shades of Salem #297250

Tints of Salem #297250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 17.45%
G = 48.51%
B = 34.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#297250 (or 0x297250) is known color: Salem. HEX triplet: 29, 72 and 50. RGB value is (41,114,80). Sum of RGB (Red+Green+Blue) = 41+114+80=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #297250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297250 is #D68DAF. Grayscale: #585858. Windows color (decimal): -14060976 or 5272105. OLE color: 5272105.

HSL color Cylindrical-coordinate representation of color #297250: hue angle of 152.05º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297250 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 80 -
CMYK 0.64 0 0.30 0.55
HSL 152.05º 0.47% 0.3% -
HSV(B) 152.05º 0.64% 0.45% -
XYZ 8.38 13.09 9.67 -
YUV 88.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 41 114 80 0.64 0 0.30 0.55 152.05 0.47 0.3
Hex 29 72 50 40 0 1E 37 98 2F 1E
Octal 51 162 120 100 0 36 67 230 57 36
Binary 101001 1110010 1010000 1000000 0 11110 110111 10011000 101111 11110

Color Harmonies of #297250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297250

Black with #297250

Text Example


Text Example

White with #297250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297250; }

 p { color: rgb(41,114,80); }

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

background-color css

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

 a { background-color: rgb(41,114,80); }

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

border-color css

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

 span { border-color: rgb(41,114,80); }

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