Html Css Color HEX #295F58 Eden

📋 copy color: '#295F58'

red 41 ◦ green 95 ◦ blue 88

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

Shades of Eden #295F58

Tints of Eden #295F58

RGB

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

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

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

R = 18.3%
G = 42.41%
B = 39.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#295F58 (or 0x295F58) is known color: Eden. HEX triplet: 29, 5F and 58. RGB value is (41,95,88). Sum of RGB (Red+Green+Blue) = 41+95+88=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #295F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F58 is #D6A0A7. Grayscale: #4E4E4E. Windows color (decimal): -14065832 or 5791529. OLE color: 5791529.

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

Color convert

RGB 41 95 88 -
CMYK 0.57 0 0.07 0.63
HSL 172.22º 0.4% 0.27% -
HSV(B) 172.22º 0.57% 0.37% -
XYZ 6.77 9.36 10.68 -
YUV 78.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 41 95 88 0.57 0 0.07 0.63 172.22 0.4 0.27
Hex 29 5F 58 39 0 7 3F AC 28 1B
Octal 51 137 130 71 0 7 77 254 50 33
Binary 101001 1011111 1011000 111001 0 111 111111 10101100 101000 11011

Color Harmonies of #295F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F58

Black with #295F58

Text Example


Text Example

White with #295F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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