Html Css Color HEX #2D5F58 Eden

📋 copy color: '#2D5F58'

red 45 ◦ green 95 ◦ blue 88

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

Shades of Eden #2D5F58

Tints of Eden #2D5F58

RGB

 RED value IS 45 (17.97% from 255) = 19.74%

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

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

R = 19.74%
G = 41.67%
B = 38.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#2D5F58 (or 0x2D5F58) is known color: Eden. HEX triplet: 2D, 5F and 58. RGB value is (45,95,88). Sum of RGB (Red+Green+Blue) = 45+95+88=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F58 is #D2A0A7. Grayscale: #4F4F4F. Windows color (decimal): -13803688 or 5791533. OLE color: 5791533.

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

Color convert

RGB 45 95 88 -
CMYK 0.53 0 0.07 0.63
HSL 171.6º 0.36% 0.27% -
HSV(B) 171.6º 0.53% 0.37% -
XYZ 6.94 9.45 10.69 -
YUV 79.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 45 95 88 0.53 0 0.07 0.63 171.6 0.36 0.27
Hex 2D 5F 58 35 0 7 3F AC 24 1B
Octal 55 137 130 65 0 7 77 254 44 33
Binary 101101 1011111 1011000 110101 0 111 111111 10101100 100100 11011

Color Harmonies of #2D5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5F58

Black with #2D5F58

Text Example


Text Example

White with #2D5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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