Html Css Color HEX #295C54 Eden

📋 copy color: '#295C54'

red 41 ◦ green 92 ◦ blue 84

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

Shades of Eden #295C54

Tints of Eden #295C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.71%

R = 18.89%
G = 42.4%
B = 38.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#295C54 (or 0x295C54) is known color: Eden. HEX triplet: 29, 5C and 54. RGB value is (41,92,84). Sum of RGB (Red+Green+Blue) = 41+92+84=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #295C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C54 is #D6A3AB. Grayscale: #4B4B4B. Windows color (decimal): -14066604 or 5528617. OLE color: 5528617.

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

Color convert

RGB 41 92 84 -
CMYK 0.55 0 0.09 0.64
HSL 170.59º 0.38% 0.26% -
HSV(B) 170.59º 0.55% 0.36% -
XYZ 6.34 8.77 9.75 -
YUV 75.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 41 92 84 0.55 0 0.09 0.64 170.59 0.38 0.26
Hex 29 5C 54 37 0 9 40 AB 26 1A
Octal 51 134 124 67 0 11 100 253 46 32
Binary 101001 1011100 1010100 110111 0 1001 1000000 10101011 100110 11010

Color Harmonies of #295C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C54

Black with #295C54

Text Example


Text Example

White with #295C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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