Html Css Color HEX #295850 Eden

📋 copy color: '#295850'

red 41 ◦ green 88 ◦ blue 80

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

Shades of Eden #295850

Tints of Eden #295850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 19.62%
G = 42.11%
B = 38.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#295850 (or 0x295850) is known color: Eden. HEX triplet: 29, 58 and 50. RGB value is (41,88,80). Sum of RGB (Red+Green+Blue) = 41+88+80=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #295850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295850 is #D6A7AF. Grayscale: #494949. Windows color (decimal): -14067632 or 5265449. OLE color: 5265449.

HSL color Cylindrical-coordinate representation of color #295850: hue angle of 169.79º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295850 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 88 80 -
CMYK 0.53 0 0.09 0.65
HSL 169.79º 0.36% 0.25% -
HSV(B) 169.79º 0.53% 0.35% -
XYZ 5.85 8.03 8.83 -
YUV 73.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 41 88 80 0.53 0 0.09 0.65 169.79 0.36 0.25
Hex 29 58 50 35 0 9 41 AA 24 19
Octal 51 130 120 65 0 11 101 252 44 31
Binary 101001 1011000 1010000 110101 0 1001 1000001 10101010 100100 11001

Color Harmonies of #295850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295850

Black with #295850

Text Example


Text Example

White with #295850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295850; }

 p { color: rgb(41,88,80); }

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

background-color css

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

 a { background-color: rgb(41,88,80); }

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

border-color css

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

 span { border-color: rgb(41,88,80); }

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