Html Css Color HEX #2C6261 Eden

📋 copy color: '#2C6261'

red 44 ◦ green 98 ◦ blue 97

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

Shades of Eden #2C6261

Tints of Eden #2C6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

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

R = 18.41%
G = 41%
B = 40.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#2C6261 (or 0x2C6261) is known color: Eden. HEX triplet: 2C, 62 and 61. RGB value is (44,98,97). Sum of RGB (Red+Green+Blue) = 44+98+97=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6261 is #D39D9E. Grayscale: #515151. Windows color (decimal): -13868447 or 6382124. OLE color: 6382124.

HSL color Cylindrical-coordinate representation of color #2C6261: hue angle of 178.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6261 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 98 97 -
CMYK 0.55 0 0.01 0.62
HSL 178.89º 0.38% 0.28% -
HSV(B) 178.89º 0.55% 0.38% -
XYZ 7.56 10.13 12.87 -
YUV 81.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 44 98 97 0.55 0 0.01 0.62 178.89 0.38 0.28
Hex 2C 62 61 37 0 1 3E B3 26 1C
Octal 54 142 141 67 0 1 76 263 46 34
Binary 101100 1100010 1100001 110111 0 1 111110 10110011 100110 11100

Color Harmonies of #2C6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6261

Black with #2C6261

Text Example


Text Example

White with #2C6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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