Html Css Color HEX #295D57 Eden

📋 copy color: '#295D57'

red 41 ◦ green 93 ◦ blue 87

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

Shades of Eden #295D57

Tints of Eden #295D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 18.55%
G = 42.08%
B = 39.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#295D57 (or 0x295D57) is known color: Eden. HEX triplet: 29, 5D and 57. RGB value is (41,93,87). Sum of RGB (Red+Green+Blue) = 41+93+87=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #295D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D57 is #D6A2A8. Grayscale: #4C4C4C. Windows color (decimal): -14066345 or 5725481. OLE color: 5725481.

HSL color Cylindrical-coordinate representation of color #295D57: hue angle of 173.08º 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 #295D57 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 87 -
CMYK 0.56 0 0.06 0.64
HSL 173.08º 0.39% 0.26% -
HSV(B) 173.08º 0.56% 0.36% -
XYZ 6.55 8.99 10.41 -
YUV 76.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 41 93 87 0.56 0 0.06 0.64 173.08 0.39 0.26
Hex 29 5D 57 38 0 6 40 AD 27 1A
Octal 51 135 127 70 0 6 100 255 47 32
Binary 101001 1011101 1010111 111000 0 110 1000000 10101101 100111 11010

Color Harmonies of #295D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D57

Black with #295D57

Text Example


Text Example

White with #295D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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