Html Css Color HEX #2C6057 Eden

📋 copy color: '#2C6057'

red 44 ◦ green 96 ◦ blue 87

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

Shades of Eden #2C6057

Tints of Eden #2C6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

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

R = 19.38%
G = 42.29%
B = 38.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#2C6057 (or 0x2C6057) is known color: Eden. HEX triplet: 2C, 60 and 57. RGB value is (44,96,87). Sum of RGB (Red+Green+Blue) = 44+96+87=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6057 is #D39FA8. Grayscale: #4F4F4F. Windows color (decimal): -13868969 or 5726252. OLE color: 5726252.

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

Color convert

RGB 44 96 87 -
CMYK 0.54 0 0.09 0.62
HSL 169.62º 0.37% 0.27% -
HSV(B) 169.62º 0.54% 0.38% -
XYZ 6.94 9.59 10.5 -
YUV 79.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 44 96 87 0.54 0 0.09 0.62 169.62 0.37 0.27
Hex 2C 60 57 36 0 9 3E AA 25 1B
Octal 54 140 127 66 0 11 76 252 45 33
Binary 101100 1100000 1010111 110110 0 1001 111110 10101010 100101 11011

Color Harmonies of #2C6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6057

Black with #2C6057

Text Example


Text Example

White with #2C6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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