Html Css Color HEX #2C5F57 Eden

📋 copy color: '#2C5F57'

red 44 ◦ green 95 ◦ blue 87

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

Shades of Eden #2C5F57

Tints of Eden #2C5F57

RGB

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

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

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

R = 19.47%
G = 42.04%
B = 38.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#2C5F57 (or 0x2C5F57) is known color: Eden. HEX triplet: 2C, 5F and 57. RGB value is (44,95,87). Sum of RGB (Red+Green+Blue) = 44+95+87=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5F57 is #D3A0A8. Grayscale: #4E4E4E. Windows color (decimal): -13869225 or 5725996. OLE color: 5725996.

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

Color convert

RGB 44 95 87 -
CMYK 0.54 0 0.08 0.63
HSL 170.59º 0.37% 0.27% -
HSV(B) 170.59º 0.54% 0.37% -
XYZ 6.85 9.41 10.47 -
YUV 78.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 44 95 87 0.54 0 0.08 0.63 170.59 0.37 0.27
Hex 2C 5F 57 36 0 8 3F AB 25 1B
Octal 54 137 127 66 0 10 77 253 45 33
Binary 101100 1011111 1010111 110110 0 1000 111111 10101011 100101 11011

Color Harmonies of #2C5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5F57

Black with #2C5F57

Text Example


Text Example

White with #2C5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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