Html Css Color HEX #296450 Evening Sea

📋 copy color: '#296450'

red 41 ◦ green 100 ◦ blue 80

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

Shades of Evening Sea #296450

Tints of Evening Sea #296450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

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

R = 18.55%
G = 45.25%
B = 36.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#296450 (or 0x296450) is known color: Evening Sea. HEX triplet: 29, 64 and 50. RGB value is (41,100,80). Sum of RGB (Red+Green+Blue) = 41+100+80=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #296450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296450 is #D69BAF. Grayscale: #505050. Windows color (decimal): -14064560 or 5268521. OLE color: 5268521.

HSL color Cylindrical-coordinate representation of color #296450: hue angle of 159.66º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296450 is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 100 80 -
CMYK 0.59 0 0.2 0.61
HSL 159.66º 0.42% 0.28% -
HSV(B) 159.66º 0.59% 0.39% -
XYZ 6.92 10.16 9.19 -
YUV 80.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 41 100 80 0.59 0 0.2 0.61 159.66 0.42 0.28
Hex 29 64 50 3B 0 14 3D A0 2A 1C
Octal 51 144 120 73 0 24 75 240 52 34
Binary 101001 1100100 1010000 111011 0 10100 111101 10100000 101010 11100

Color Harmonies of #296450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296450

Black with #296450

Text Example


Text Example

White with #296450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296450; }

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

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

background-color css

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

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

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

border-color css

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

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

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