Html Css Color HEX #2D5C55 Eden

📋 copy color: '#2D5C55'

red 45 ◦ green 92 ◦ blue 85

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

Shades of Eden #2D5C55

Tints of Eden #2D5C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.29%

R = 20.27%
G = 41.44%
B = 38.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#2D5C55 (or 0x2D5C55) is known color: Eden. HEX triplet: 2D, 5C and 55. RGB value is (45,92,85). Sum of RGB (Red+Green+Blue) = 45+92+85=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5C55 is #D2A3AA. Grayscale: #4D4D4D. Windows color (decimal): -13804459 or 5594157. OLE color: 5594157.

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

Color convert

RGB 45 92 85 -
CMYK 0.51 0 0.08 0.64
HSL 171.06º 0.34% 0.27% -
HSV(B) 171.06º 0.51% 0.36% -
XYZ 6.55 8.87 9.96 -
YUV 77.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 45 92 85 0.51 0 0.08 0.64 171.06 0.34 0.27
Hex 2D 5C 55 33 0 8 40 AB 22 1B
Octal 55 134 125 63 0 10 100 253 42 33
Binary 101101 1011100 1010101 110011 0 1000 1000000 10101011 100010 11011

Color Harmonies of #2D5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5C55

Black with #2D5C55

Text Example


Text Example

White with #2D5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,92,85); }

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

background-color css

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

 a { background-color: rgb(45,92,85); }

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

border-color css

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

 span { border-color: rgb(45,92,85); }

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