Html Css Color HEX #2C614C Evening Sea

📋 copy color: '#2C614C'

red 44 ◦ green 97 ◦ blue 76

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

Shades of Evening Sea #2C614C

Tints of Evening Sea #2C614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 20.28%
G = 44.7%
B = 35.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#2C614C (or 0x2C614C) is known color: Evening Sea. HEX triplet: 2C, 61 and 4C. RGB value is (44,97,76). Sum of RGB (Red+Green+Blue) = 44+97+76=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #2C614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C614C is #D39EB3. Grayscale: #4E4E4E. Windows color (decimal): -13868724 or 5005612. OLE color: 5005612.

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

Color convert

RGB 44 97 76 -
CMYK 0.55 0 0.22 0.62
HSL 156.23º 0.38% 0.28% -
HSV(B) 156.23º 0.55% 0.38% -
XYZ 6.62 9.61 8.34 -
YUV 78.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 44 97 76 0.55 0 0.22 0.62 156.23 0.38 0.28
Hex 2C 61 4C 37 0 16 3E 9C 26 1C
Octal 54 141 114 67 0 26 76 234 46 34
Binary 101100 1100001 1001100 110111 0 10110 111110 10011100 100110 11100

Color Harmonies of #2C614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C614C

Black with #2C614C

Text Example


Text Example

White with #2C614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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