Html Css Color HEX #2C684E Evening Sea

📋 copy color: '#2C684E'

red 44 ◦ green 104 ◦ blue 78

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

Shades of Evening Sea #2C684E

Tints of Evening Sea #2C684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

 BLUE value IS 78 (30.86% from 255) = 34.51%

R = 19.47%
G = 46.02%
B = 34.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#2C684E (or 0x2C684E) is known color: Evening Sea. HEX triplet: 2C, 68 and 4E. RGB value is (44,104,78). Sum of RGB (Red+Green+Blue) = 44+104+78=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #2C684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C684E is #D397B1. Grayscale: #535353. Windows color (decimal): -13866930 or 5138476. OLE color: 5138476.

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

Color convert

RGB 44 104 78 -
CMYK 0.58 0 0.25 0.59
HSL 154º 0.41% 0.29% -
HSV(B) 154º 0.58% 0.41% -
XYZ 7.36 10.99 8.94 -
YUV 83.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 44 104 78 0.58 0 0.25 0.59 154 0.41 0.29
Hex 2C 68 4E 3A 0 19 3B 9A 29 1D
Octal 54 150 116 72 0 31 73 232 51 35
Binary 101100 1101000 1001110 111010 0 11001 111011 10011010 101001 11101

Color Harmonies of #2C684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C684E

Black with #2C684E

Text Example


Text Example

White with #2C684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,104,78); }

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

background-color css

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

 a { background-color: rgb(44,104,78); }

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

border-color css

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

 span { border-color: rgb(44,104,78); }

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