Html Css Color HEX #297050 Evening Sea

📋 copy color: '#297050'

red 41 ◦ green 112 ◦ blue 80

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

Shades of Evening Sea #297050

Tints of Evening Sea #297050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

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

R = 17.6%
G = 48.07%
B = 34.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#297050 (or 0x297050) is known color: Evening Sea. HEX triplet: 29, 70 and 50. RGB value is (41,112,80). Sum of RGB (Red+Green+Blue) = 41+112+80=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #297050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297050 is #D68FAF. Grayscale: #575757. Windows color (decimal): -14061488 or 5271593. OLE color: 5271593.

HSL color Cylindrical-coordinate representation of color #297050: hue angle of 152.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297050 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 80 -
CMYK 0.63 0 0.29 0.56
HSL 152.96º 0.46% 0.3% -
HSV(B) 152.96º 0.63% 0.44% -
XYZ 8.16 12.64 9.6 -
YUV 87.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 41 112 80 0.63 0 0.29 0.56 152.96 0.46 0.3
Hex 29 70 50 3F 0 1D 38 99 2E 1E
Octal 51 160 120 77 0 35 70 231 56 36
Binary 101001 1110000 1010000 111111 0 11101 111000 10011001 101110 11110

Color Harmonies of #297050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297050

Black with #297050

Text Example


Text Example

White with #297050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297050; }

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

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

background-color css

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

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

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

border-color css

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

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

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