Html Css Color HEX #2C6A58 Eden

📋 copy color: '#2C6A58'

red 44 ◦ green 106 ◦ blue 88

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

Shades of Eden #2C6A58

Tints of Eden #2C6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.54%

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 18.49%
G = 44.54%
B = 36.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#2C6A58 (or 0x2C6A58) is known color: Eden. HEX triplet: 2C, 6A and 58. RGB value is (44,106,88). Sum of RGB (Red+Green+Blue) = 44+106+88=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A58 is #D395A7. Grayscale: #555555. Windows color (decimal): -13866408 or 5794348. OLE color: 5794348.

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

Color convert

RGB 44 106 88 -
CMYK 0.58 0 0.17 0.58
HSL 162.58º 0.41% 0.29% -
HSV(B) 162.58º 0.58% 0.42% -
XYZ 7.95 11.55 11.04 -
YUV 85.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 44 106 88 0.58 0 0.17 0.58 162.58 0.41 0.29
Hex 2C 6A 58 3A 0 11 3A A3 29 1D
Octal 54 152 130 72 0 21 72 243 51 35
Binary 101100 1101010 1011000 111010 0 10001 111010 10100011 101001 11101

Color Harmonies of #2C6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6A58

Black with #2C6A58

Text Example


Text Example

White with #2C6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,106,88); }

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

background-color css

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

 a { background-color: rgb(44,106,88); }

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

border-color css

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

 span { border-color: rgb(44,106,88); }

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