Html Css Color HEX #2C695C Eden

📋 copy color: '#2C695C'

red 44 ◦ green 105 ◦ blue 92

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

Shades of Eden #2C695C

Tints of Eden #2C695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 18.26%
G = 43.57%
B = 38.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#2C695C (or 0x2C695C) is known color: Eden. HEX triplet: 2C, 69 and 5C. RGB value is (44,105,92). Sum of RGB (Red+Green+Blue) = 44+105+92=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #2C695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C695C is #D396A3. Grayscale: #555555. Windows color (decimal): -13866660 or 6056236. OLE color: 6056236.

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

Color convert

RGB 44 105 92 -
CMYK 0.58 0 0.12 0.59
HSL 167.21º 0.41% 0.29% -
HSV(B) 167.21º 0.58% 0.41% -
XYZ 8.02 11.41 11.91 -
YUV 85.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 44 105 92 0.58 0 0.12 0.59 167.21 0.41 0.29
Hex 2C 69 5C 3A 0 C 3B A7 29 1D
Octal 54 151 134 72 0 14 73 247 51 35
Binary 101100 1101001 1011100 111010 0 1100 111011 10100111 101001 11101

Color Harmonies of #2C695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C695C

Black with #2C695C

Text Example


Text Example

White with #2C695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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