Html Css Color HEX #2D5C53 Eden

📋 copy color: '#2D5C53'

red 45 ◦ green 92 ◦ blue 83

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

Shades of Eden #2D5C53

Tints of Eden #2D5C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 20.45%
G = 41.82%
B = 37.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#2D5C53 (or 0x2D5C53) is known color: Eden. HEX triplet: 2D, 5C and 53. RGB value is (45,92,83). Sum of RGB (Red+Green+Blue) = 45+92+83=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5C53 is #D2A3AC. Grayscale: #4C4C4C. Windows color (decimal): -13804461 or 5463085. OLE color: 5463085.

HSL color Cylindrical-coordinate representation of color #2D5C53: hue angle of 168.51º 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 #2D5C53 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 92 83 -
CMYK 0.51 0 0.10 0.64
HSL 168.51º 0.34% 0.27% -
HSV(B) 168.51º 0.51% 0.36% -
XYZ 6.47 8.84 9.55 -
YUV 76.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 45 92 83 0.51 0 0.10 0.64 168.51 0.34 0.27
Hex 2D 5C 53 33 0 A 40 A9 22 1B
Octal 55 134 123 63 0 12 100 251 42 33
Binary 101101 1011100 1010011 110011 0 1010 1000000 10101001 100010 11011

Color Harmonies of #2D5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5C53

Black with #2D5C53

Text Example


Text Example

White with #2D5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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