Html Css Color HEX #295D4E Evening Sea

📋 copy color: '#295D4E'

red 41 ◦ green 93 ◦ blue 78

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

Shades of Evening Sea #295D4E

Tints of Evening Sea #295D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.87%

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 19.34%
G = 43.87%
B = 36.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#295D4E (or 0x295D4E) is known color: Evening Sea. HEX triplet: 29, 5D and 4E. RGB value is (41,93,78). Sum of RGB (Red+Green+Blue) = 41+93+78=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #295D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D4E is #D6A2B1. Grayscale: #4B4B4B. Windows color (decimal): -14066354 or 5135657. OLE color: 5135657.

HSL color Cylindrical-coordinate representation of color #295D4E: hue angle of 162.69º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D4E is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 78 -
CMYK 0.56 0 0.16 0.64
HSL 162.69º 0.39% 0.26% -
HSV(B) 162.69º 0.56% 0.36% -
XYZ 6.2 8.85 8.59 -
YUV 75.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 41 93 78 0.56 0 0.16 0.64 162.69 0.39 0.26
Hex 29 5D 4E 38 0 10 40 A3 27 1A
Octal 51 135 116 70 0 20 100 243 47 32
Binary 101001 1011101 1001110 111000 0 10000 1000000 10100011 100111 11010

Color Harmonies of #295D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D4E

Black with #295D4E

Text Example


Text Example

White with #295D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295D4E; }

 p { color: rgb(41,93,78); }

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

background-color css

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

 a { background-color: rgb(41,93,78); }

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

border-color css

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

 span { border-color: rgb(41,93,78); }

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