Html Css Color HEX #2C695E Eden

📋 copy color: '#2C695E'

red 44 ◦ green 105 ◦ blue 94

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

Shades of Eden #2C695E

Tints of Eden #2C695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 18.11%
G = 43.21%
B = 38.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#2C695E (or 0x2C695E) is known color: Eden. HEX triplet: 2C, 69 and 5E. RGB value is (44,105,94). Sum of RGB (Red+Green+Blue) = 44+105+94=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #2C695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C695E is #D396A1. Grayscale: #555555. Windows color (decimal): -13866658 or 6187308. OLE color: 6187308.

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

Color convert

RGB 44 105 94 -
CMYK 0.58 0 0.10 0.59
HSL 169.18º 0.41% 0.29% -
HSV(B) 169.18º 0.58% 0.41% -
XYZ 8.11 11.45 12.37 -
YUV 85.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 44 105 94 0.58 0 0.10 0.59 169.18 0.41 0.29
Hex 2C 69 5E 3A 0 A 3B A9 29 1D
Octal 54 151 136 72 0 12 73 251 51 35
Binary 101100 1101001 1011110 111010 0 1010 111011 10101001 101001 11101

Color Harmonies of #2C695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C695E

Black with #2C695E

Text Example


Text Example

White with #2C695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,105,94); }

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

background-color css

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

 a { background-color: rgb(44,105,94); }

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

border-color css

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

 span { border-color: rgb(44,105,94); }

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