Html Css Color HEX #295D52 Eden

📋 copy color: '#295D52'

red 41 ◦ green 93 ◦ blue 82

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

Shades of Eden #295D52

Tints of Eden #295D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 18.98%
G = 43.06%
B = 37.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#295D52 (or 0x295D52) is known color: Eden. HEX triplet: 29, 5D and 52. RGB value is (41,93,82). Sum of RGB (Red+Green+Blue) = 41+93+82=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #295D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D52 is #D6A2AD. Grayscale: #4C4C4C. Windows color (decimal): -14066350 or 5397801. OLE color: 5397801.

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

Color convert

RGB 41 93 82 -
CMYK 0.56 0 0.12 0.64
HSL 167.31º 0.39% 0.26% -
HSV(B) 167.31º 0.56% 0.36% -
XYZ 6.35 8.91 9.37 -
YUV 76.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 41 93 82 0.56 0 0.12 0.64 167.31 0.39 0.26
Hex 29 5D 52 38 0 C 40 A7 27 1A
Octal 51 135 122 70 0 14 100 247 47 32
Binary 101001 1011101 1010010 111000 0 1100 1000000 10100111 100111 11010

Color Harmonies of #295D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D52

Black with #295D52

Text Example


Text Example

White with #295D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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