Html Css Color HEX #295B53 Eden

📋 copy color: '#295B53'

red 41 ◦ green 91 ◦ blue 83

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

Shades of Eden #295B53

Tints of Eden #295B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.33%

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

R = 19.07%
G = 42.33%
B = 38.6%

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

#295B53 (or 0x295B53) is known color: Eden. HEX triplet: 29, 5B and 53. RGB value is (41,91,83). Sum of RGB (Red+Green+Blue) = 41+91+83=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #295B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B53 is #D6A4AC. Grayscale: #4B4B4B. Windows color (decimal): -14066861 or 5462825. OLE color: 5462825.

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

Color convert

RGB 41 91 83 -
CMYK 0.55 0 0.09 0.64
HSL 170.4º 0.38% 0.26% -
HSV(B) 170.4º 0.55% 0.36% -
XYZ 6.22 8.58 9.51 -
YUV 75.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 41 91 83 0.55 0 0.09 0.64 170.4 0.38 0.26
Hex 29 5B 53 37 0 9 40 AA 26 1A
Octal 51 133 123 67 0 11 100 252 46 32
Binary 101001 1011011 1010011 110111 0 1001 1000000 10101010 100110 11010

Color Harmonies of #295B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B53

Black with #295B53

Text Example


Text Example

White with #295B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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