Html Css Color HEX #295F57 Eden

📋 copy color: '#295F57'

red 41 ◦ green 95 ◦ blue 87

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

Shades of Eden #295F57

Tints of Eden #295F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 18.39%
G = 42.6%
B = 39.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#295F57 (or 0x295F57) is known color: Eden. HEX triplet: 29, 5F and 57. RGB value is (41,95,87). Sum of RGB (Red+Green+Blue) = 41+95+87=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #295F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F57 is #D6A0A8. Grayscale: #4D4D4D. Windows color (decimal): -14065833 or 5725993. OLE color: 5725993.

HSL color Cylindrical-coordinate representation of color #295F57: hue angle of 171.11º 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 #295F57 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 87 -
CMYK 0.57 0 0.08 0.63
HSL 171.11º 0.4% 0.27% -
HSV(B) 171.11º 0.57% 0.37% -
XYZ 6.73 9.34 10.47 -
YUV 77.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 41 95 87 0.57 0 0.08 0.63 171.11 0.4 0.27
Hex 29 5F 57 39 0 8 3F AB 28 1B
Octal 51 137 127 71 0 10 77 253 50 33
Binary 101001 1011111 1010111 111001 0 1000 111111 10101011 101000 11011

Color Harmonies of #295F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F57

Black with #295F57

Text Example


Text Example

White with #295F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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