Html Css Color HEX #2C615A Eden

📋 copy color: '#2C615A'

red 44 ◦ green 97 ◦ blue 90

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

Shades of Eden #2C615A

Tints of Eden #2C615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 19.05%
G = 41.99%
B = 38.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#2C615A (or 0x2C615A) is known color: Eden. HEX triplet: 2C, 61 and 5A. RGB value is (44,97,90). Sum of RGB (Red+Green+Blue) = 44+97+90=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #2C615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C615A is #D39EA5. Grayscale: #505050. Windows color (decimal): -13868710 or 5923116. OLE color: 5923116.

HSL color Cylindrical-coordinate representation of color #2C615A: hue angle of 172.08º 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 #2C615A is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 97 90 -
CMYK 0.55 0 0.07 0.62
HSL 172.08º 0.38% 0.28% -
HSV(B) 172.08º 0.55% 0.38% -
XYZ 7.16 9.82 11.19 -
YUV 80.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 44 97 90 0.55 0 0.07 0.62 172.08 0.38 0.28
Hex 2C 61 5A 37 0 7 3E AC 26 1C
Octal 54 141 132 67 0 7 76 254 46 34
Binary 101100 1100001 1011010 110111 0 111 111110 10101100 100110 11100

Color Harmonies of #2C615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C615A

Black with #2C615A

Text Example


Text Example

White with #2C615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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