Html Css Color HEX #2C5B57 Eden

📋 copy color: '#2C5B57'

red 44 ◦ green 91 ◦ blue 87

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

Shades of Eden #2C5B57

Tints of Eden #2C5B57

RGB

 RED value IS 44 (17.58% from 255) = 19.82%

 GREEN value IS 91 (35.94% from 255) = 40.99%

 BLUE value IS 87 (34.38% from 255) = 39.19%

R = 19.82%
G = 40.99%
B = 39.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#2C5B57 (or 0x2C5B57) is known color: Eden. HEX triplet: 2C, 5B and 57. RGB value is (44,91,87). Sum of RGB (Red+Green+Blue) = 44+91+87=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5B57 is #D3A4A8. Grayscale: #4C4C4C. Windows color (decimal): -13870249 or 5724972. OLE color: 5724972.

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

Color convert

RGB 44 91 87 -
CMYK 0.52 0 0.04 0.64
HSL 174.89º 0.35% 0.26% -
HSV(B) 174.89º 0.52% 0.36% -
XYZ 6.5 8.71 10.35 -
YUV 76.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 44 91 87 0.52 0 0.04 0.64 174.89 0.35 0.26
Hex 2C 5B 57 34 0 4 40 AF 23 1A
Octal 54 133 127 64 0 4 100 257 43 32
Binary 101100 1011011 1010111 110100 0 100 1000000 10101111 100011 11010

Color Harmonies of #2C5B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5B57

Black with #2C5B57

Text Example


Text Example

White with #2C5B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,91,87); }

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

background-color css

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

 a { background-color: rgb(44,91,87); }

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

border-color css

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

 span { border-color: rgb(44,91,87); }

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