Html Css Color HEX #2C5948 Evening Sea

📋 copy color: '#2C5948'

red 44 ◦ green 89 ◦ blue 72

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

Shades of Evening Sea #2C5948

Tints of Evening Sea #2C5948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 21.46%
G = 43.41%
B = 35.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#2C5948 (or 0x2C5948) is known color: Evening Sea. HEX triplet: 2C, 59 and 48. RGB value is (44,89,72). Sum of RGB (Red+Green+Blue) = 44+89+72=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5948 is #D3A6B7. Grayscale: #494949. Windows color (decimal): -13870776 or 4741420. OLE color: 4741420.

HSL color Cylindrical-coordinate representation of color #2C5948: hue angle of 157.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5948 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 72 -
CMYK 0.51 0 0.19 0.65
HSL 157.33º 0.34% 0.26% -
HSV(B) 157.33º 0.51% 0.35% -
XYZ 5.78 8.15 7.4 -
YUV 73.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 44 89 72 0.51 0 0.19 0.65 157.33 0.34 0.26
Hex 2C 59 48 33 0 13 41 9D 22 1A
Octal 54 131 110 63 0 23 101 235 42 32
Binary 101100 1011001 1001000 110011 0 10011 1000001 10011101 100010 11010

Color Harmonies of #2C5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5948

Black with #2C5948

Text Example


Text Example

White with #2C5948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,89,72); }

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

background-color css

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

 a { background-color: rgb(44,89,72); }

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

border-color css

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

 span { border-color: rgb(44,89,72); }

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