Html Css Color HEX #2D5D56 Eden

📋 copy color: '#2D5D56'

red 45 ◦ green 93 ◦ blue 86

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

Shades of Eden #2D5D56

Tints of Eden #2D5D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

 BLUE value IS 86 (33.98% from 255) = 38.39%

R = 20.09%
G = 41.52%
B = 38.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#2D5D56 (or 0x2D5D56) is known color: Eden. HEX triplet: 2D, 5D and 56. RGB value is (45,93,86). Sum of RGB (Red+Green+Blue) = 45+93+86=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #2D5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5D56 is #D2A2A9. Grayscale: #4D4D4D. Windows color (decimal): -13804202 or 5659949. OLE color: 5659949.

HSL color Cylindrical-coordinate representation of color #2D5D56: hue angle of 171.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5D56 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 93 86 -
CMYK 0.52 0 0.08 0.64
HSL 171.25º 0.35% 0.27% -
HSV(B) 171.25º 0.52% 0.36% -
XYZ 6.68 9.06 10.2 -
YUV 77.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 45 93 86 0.52 0 0.08 0.64 171.25 0.35 0.27
Hex 2D 5D 56 34 0 8 40 AB 23 1B
Octal 55 135 126 64 0 10 100 253 43 33
Binary 101101 1011101 1010110 110100 0 1000 1000000 10101011 100011 11011

Color Harmonies of #2D5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5D56

Black with #2D5D56

Text Example


Text Example

White with #2D5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,93,86); }

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

background-color css

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

 a { background-color: rgb(45,93,86); }

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

border-color css

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

 span { border-color: rgb(45,93,86); }

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