Html Css Color HEX #295D53 Eden

📋 copy color: '#295D53'

red 41 ◦ green 93 ◦ blue 83

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

Shades of Eden #295D53

Tints of Eden #295D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 18.89%
G = 42.86%
B = 38.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#295D53 (or 0x295D53) is known color: Eden. HEX triplet: 29, 5D and 53. RGB value is (41,93,83). Sum of RGB (Red+Green+Blue) = 41+93+83=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #295D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D53 is #D6A2AC. Grayscale: #4C4C4C. Windows color (decimal): -14066349 or 5463337. OLE color: 5463337.

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

Color convert

RGB 41 93 83 -
CMYK 0.56 0 0.11 0.64
HSL 168.46º 0.39% 0.26% -
HSV(B) 168.46º 0.56% 0.36% -
XYZ 6.39 8.92 9.57 -
YUV 76.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 41 93 83 0.56 0 0.11 0.64 168.46 0.39 0.26
Hex 29 5D 53 38 0 B 40 A8 27 1A
Octal 51 135 123 70 0 13 100 250 47 32
Binary 101001 1011101 1010011 111000 0 1011 1000000 10101000 100111 11010

Color Harmonies of #295D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D53

Black with #295D53

Text Example


Text Example

White with #295D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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