Html Css Color HEX #2C695F Eden

📋 copy color: '#2C695F'

red 44 ◦ green 105 ◦ blue 95

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

Shades of Eden #2C695F

Tints of Eden #2C695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 18.03%
G = 43.03%
B = 38.93%

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

#2C695F (or 0x2C695F) is known color: Eden. HEX triplet: 2C, 69 and 5F. RGB value is (44,105,95). Sum of RGB (Red+Green+Blue) = 44+105+95=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #2C695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C695F is #D396A0. Grayscale: #555555. Windows color (decimal): -13866657 or 6252844. OLE color: 6252844.

HSL color Cylindrical-coordinate representation of color #2C695F: hue angle of 170.16º 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 #2C695F is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 105 95 -
CMYK 0.58 0 0.10 0.59
HSL 170.16º 0.41% 0.29% -
HSV(B) 170.16º 0.58% 0.41% -
XYZ 8.16 11.46 12.61 -
YUV 85.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 44 105 95 0.58 0 0.10 0.59 170.16 0.41 0.29
Hex 2C 69 5F 3A 0 A 3B AA 29 1D
Octal 54 151 137 72 0 12 73 252 51 35
Binary 101100 1101001 1011111 111010 0 1010 111011 10101010 101001 11101

Color Harmonies of #2C695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C695F

Black with #2C695F

Text Example


Text Example

White with #2C695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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