Html Css Color HEX #295F5E Eden

📋 copy color: '#295F5E'

red 41 ◦ green 95 ◦ blue 94

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

Shades of Eden #295F5E

Tints of Eden #295F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.3%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 17.83%
G = 41.3%
B = 40.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#295F5E (or 0x295F5E) is known color: Eden. HEX triplet: 29, 5F and 5E. RGB value is (41,95,94). Sum of RGB (Red+Green+Blue) = 41+95+94=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #295F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F5E is #D6A0A1. Grayscale: #4E4E4E. Windows color (decimal): -14065826 or 6184745. OLE color: 6184745.

HSL color Cylindrical-coordinate representation of color #295F5E: hue angle of 178.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F5E is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 94 -
CMYK 0.57 0 0.01 0.63
HSL 178.89º 0.4% 0.27% -
HSV(B) 178.89º 0.57% 0.37% -
XYZ 7.03 9.46 12.05 -
YUV 78.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 41 95 94 0.57 0 0.01 0.63 178.89 0.4 0.27
Hex 29 5F 5E 39 0 1 3F B3 28 1B
Octal 51 137 136 71 0 1 77 263 50 33
Binary 101001 1011111 1011110 111001 0 1 111111 10110011 101000 11011

Color Harmonies of #295F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F5E

Black with #295F5E

Text Example


Text Example

White with #295F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,94); }

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

background-color css

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

 a { background-color: rgb(41,95,94); }

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

border-color css

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

 span { border-color: rgb(41,95,94); }

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