Html Css Color HEX #296250 Evening Sea

📋 copy color: '#296250'

red 41 ◦ green 98 ◦ blue 80

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

Shades of Evening Sea #296250

Tints of Evening Sea #296250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

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

R = 18.72%
G = 44.75%
B = 36.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#296250 (or 0x296250) is known color: Evening Sea. HEX triplet: 29, 62 and 50. RGB value is (41,98,80). Sum of RGB (Red+Green+Blue) = 41+98+80=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #296250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296250 is #D69DAF. Grayscale: #4E4E4E. Windows color (decimal): -14065072 or 5268009. OLE color: 5268009.

HSL color Cylindrical-coordinate representation of color #296250: hue angle of 161.05º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296250 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 98 80 -
CMYK 0.58 0 0.18 0.62
HSL 161.05º 0.41% 0.27% -
HSV(B) 161.05º 0.58% 0.38% -
XYZ 6.73 9.79 9.12 -
YUV 78.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 41 98 80 0.58 0 0.18 0.62 161.05 0.41 0.27
Hex 29 62 50 3A 0 12 3E A1 29 1B
Octal 51 142 120 72 0 22 76 241 51 33
Binary 101001 1100010 1010000 111010 0 10010 111110 10100001 101001 11011

Color Harmonies of #296250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296250

Black with #296250

Text Example


Text Example

White with #296250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296250; }

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

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

background-color css

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

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

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

border-color css

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

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

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