Html Css Color HEX #2C6B61 Eden

📋 copy color: '#2C6B61'

red 44 ◦ green 107 ◦ blue 97

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

Shades of Eden #2C6B61

Tints of Eden #2C6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 17.74%
G = 43.15%
B = 39.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#2C6B61 (or 0x2C6B61) is known color: Eden. HEX triplet: 2C, 6B and 61. RGB value is (44,107,97). Sum of RGB (Red+Green+Blue) = 44+107+97=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B61 is #D3949E. Grayscale: #575757. Windows color (decimal): -13866143 or 6384428. OLE color: 6384428.

HSL color Cylindrical-coordinate representation of color #2C6B61: hue angle of 170.48º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6B61 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 107 97 -
CMYK 0.59 0 0.09 0.58
HSL 170.48º 0.42% 0.3% -
HSV(B) 170.48º 0.59% 0.42% -
XYZ 8.45 11.91 13.16 -
YUV 87.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 44 107 97 0.59 0 0.09 0.58 170.48 0.42 0.3
Hex 2C 6B 61 3B 0 9 3A AA 2A 1E
Octal 54 153 141 73 0 11 72 252 52 36
Binary 101100 1101011 1100001 111011 0 1001 111010 10101010 101010 11110

Color Harmonies of #2C6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6B61

Black with #2C6B61

Text Example


Text Example

White with #2C6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,107,97); }

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

background-color css

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

 a { background-color: rgb(44,107,97); }

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

border-color css

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

 span { border-color: rgb(44,107,97); }

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