Html Css Color HEX #296950 Evening Sea

📋 copy color: '#296950'

red 41 ◦ green 105 ◦ blue 80

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

Shades of Evening Sea #296950

Tints of Evening Sea #296950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

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

R = 18.14%
G = 46.46%
B = 35.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#296950 (or 0x296950) is known color: Evening Sea. HEX triplet: 29, 69 and 50. RGB value is (41,105,80). Sum of RGB (Red+Green+Blue) = 41+105+80=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #296950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296950 is #D696AF. Grayscale: #535353. Windows color (decimal): -14063280 or 5269801. OLE color: 5269801.

HSL color Cylindrical-coordinate representation of color #296950: hue angle of 156.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296950 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 80 -
CMYK 0.61 0 0.24 0.59
HSL 156.56º 0.44% 0.29% -
HSV(B) 156.56º 0.61% 0.41% -
XYZ 7.41 11.15 9.35 -
YUV 83.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 41 105 80 0.61 0 0.24 0.59 156.56 0.44 0.29
Hex 29 69 50 3D 0 18 3B 9D 2C 1D
Octal 51 151 120 75 0 30 73 235 54 35
Binary 101001 1101001 1010000 111101 0 11000 111011 10011101 101100 11101

Color Harmonies of #296950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296950

Black with #296950

Text Example


Text Example

White with #296950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296950; }

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

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

background-color css

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

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

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

border-color css

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

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

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