Html Css Color HEX #2E5F58 Eden

📋 copy color: '#2E5F58'

red 46 ◦ green 95 ◦ blue 88

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

Shades of Eden #2E5F58

Tints of Eden #2E5F58

RGB

 RED value IS 46 (18.36% from 255) = 20.09%

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

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

R = 20.09%
G = 41.48%
B = 38.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#2E5F58 (or 0x2E5F58) is known color: Eden. HEX triplet: 2E, 5F and 58. RGB value is (46,95,88). Sum of RGB (Red+Green+Blue) = 46+95+88=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F58 is #D1A0A7. Grayscale: #4F4F4F. Windows color (decimal): -13738152 or 5791534. OLE color: 5791534.

HSL color Cylindrical-coordinate representation of color #2E5F58: hue angle of 171.43º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5F58 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 95 88 -
CMYK 0.52 0 0.07 0.63
HSL 171.43º 0.35% 0.28% -
HSV(B) 171.43º 0.52% 0.37% -
XYZ 6.98 9.47 10.69 -
YUV 79.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 46 95 88 0.52 0 0.07 0.63 171.43 0.35 0.28
Hex 2E 5F 58 34 0 7 3F AB 23 1C
Octal 56 137 130 64 0 7 77 253 43 34
Binary 101110 1011111 1011000 110100 0 111 111111 10101011 100011 11100

Color Harmonies of #2E5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F58

Black with #2E5F58

Text Example


Text Example

White with #2E5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E5F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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