Html Css Color HEX #295C53 Eden

📋 copy color: '#295C53'

red 41 ◦ green 92 ◦ blue 83

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

Shades of Eden #295C53

Tints of Eden #295C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.59%

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

R = 18.98%
G = 42.59%
B = 38.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#295C53 (or 0x295C53) is known color: Eden. HEX triplet: 29, 5C and 53. RGB value is (41,92,83). Sum of RGB (Red+Green+Blue) = 41+92+83=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #295C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C53 is #D6A3AC. Grayscale: #4B4B4B. Windows color (decimal): -14066605 or 5463081. OLE color: 5463081.

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

Color convert

RGB 41 92 83 -
CMYK 0.55 0 0.10 0.64
HSL 169.41º 0.38% 0.26% -
HSV(B) 169.41º 0.55% 0.36% -
XYZ 6.3 8.75 9.54 -
YUV 75.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 41 92 83 0.55 0 0.10 0.64 169.41 0.38 0.26
Hex 29 5C 53 37 0 A 40 A9 26 1A
Octal 51 134 123 67 0 12 100 251 46 32
Binary 101001 1011100 1010011 110111 0 1010 1000000 10101001 100110 11010

Color Harmonies of #295C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C53

Black with #295C53

Text Example


Text Example

White with #295C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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