Html Css Color HEX #2E5C4E Evening Sea

📋 copy color: '#2E5C4E'

red 46 ◦ green 92 ◦ blue 78

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

Shades of Evening Sea #2E5C4E

Tints of Evening Sea #2E5C4E

RGB

 RED value IS 46 (18.36% from 255) = 21.3%

 GREEN value IS 92 (36.33% from 255) = 42.59%

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

R = 21.3%
G = 42.59%
B = 36.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#2E5C4E (or 0x2E5C4E) is known color: Evening Sea. HEX triplet: 2E, 5C and 4E. RGB value is (46,92,78). Sum of RGB (Red+Green+Blue) = 46+92+78=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C4E is #D1A3B1. Grayscale: #4C4C4C. Windows color (decimal): -13738930 or 5135406. OLE color: 5135406.

HSL color Cylindrical-coordinate representation of color #2E5C4E: hue angle of 161.74º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C4E is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 92 78 -
CMYK 0.50 0 0.15 0.64
HSL 161.74º 0.33% 0.27% -
HSV(B) 161.74º 0.5% 0.36% -
XYZ 6.33 8.79 8.57 -
YUV 76.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 46 92 78 0.50 0 0.15 0.64 161.74 0.33 0.27
Hex 2E 5C 4E 32 0 F 40 A2 21 1B
Octal 56 134 116 62 0 17 100 242 41 33
Binary 101110 1011100 1001110 110010 0 1111 1000000 10100010 100001 11011

Color Harmonies of #2E5C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C4E

Black with #2E5C4E

Text Example


Text Example

White with #2E5C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,78); }

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

background-color css

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

 a { background-color: rgb(46,92,78); }

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

border-color css

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

 span { border-color: rgb(46,92,78); }

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