Html Css Color HEX #2C614F Evening Sea

📋 copy color: '#2C614F'

red 44 ◦ green 97 ◦ blue 79

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

Shades of Evening Sea #2C614F

Tints of Evening Sea #2C614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 20%
G = 44.09%
B = 35.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2C614F (or 0x2C614F) is known color: Evening Sea. HEX triplet: 2C, 61 and 4F. RGB value is (44,97,79). Sum of RGB (Red+Green+Blue) = 44+97+79=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #2C614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C614F is #D39EB0. Grayscale: #4F4F4F. Windows color (decimal): -13868721 or 5202220. OLE color: 5202220.

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

Color convert

RGB 44 97 79 -
CMYK 0.55 0 0.19 0.62
HSL 159.62º 0.38% 0.28% -
HSV(B) 159.62º 0.55% 0.38% -
XYZ 6.72 9.65 8.91 -
YUV 79.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 44 97 79 0.55 0 0.19 0.62 159.62 0.38 0.28
Hex 2C 61 4F 37 0 13 3E A0 26 1C
Octal 54 141 117 67 0 23 76 240 46 34
Binary 101100 1100001 1001111 110111 0 10011 111110 10100000 100110 11100

Color Harmonies of #2C614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C614F

Black with #2C614F

Text Example


Text Example

White with #2C614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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