Html Css Color HEX #295C58 Eden

📋 copy color: '#295C58'

red 41 ◦ green 92 ◦ blue 88

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

Shades of Eden #295C58

Tints of Eden #295C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 18.55%
G = 41.63%
B = 39.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#295C58 (or 0x295C58) is known color: Eden. HEX triplet: 29, 5C and 58. RGB value is (41,92,88). Sum of RGB (Red+Green+Blue) = 41+92+88=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #295C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C58 is #D6A3A7. Grayscale: #4C4C4C. Windows color (decimal): -14066600 or 5790761. OLE color: 5790761.

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

Color convert

RGB 41 92 88 -
CMYK 0.55 0 0.04 0.64
HSL 175.29º 0.38% 0.26% -
HSV(B) 175.29º 0.55% 0.36% -
XYZ 6.5 8.83 10.59 -
YUV 76.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 41 92 88 0.55 0 0.04 0.64 175.29 0.38 0.26
Hex 29 5C 58 37 0 4 40 AF 26 1A
Octal 51 134 130 67 0 4 100 257 46 32
Binary 101001 1011100 1011000 110111 0 100 1000000 10101111 100110 11010

Color Harmonies of #295C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C58

Black with #295C58

Text Example


Text Example

White with #295C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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