Html Css Color HEX #2C6D51 Evening Sea

📋 copy color: '#2C6D51'

red 44 ◦ green 109 ◦ blue 81

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

Shades of Evening Sea #2C6D51

Tints of Evening Sea #2C6D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.58%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 18.8%
G = 46.58%
B = 34.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#2C6D51 (or 0x2C6D51) is known color: Evening Sea. HEX triplet: 2C, 6D and 51. RGB value is (44,109,81). Sum of RGB (Red+Green+Blue) = 44+109+81=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6D51 is #D392AE. Grayscale: #565656. Windows color (decimal): -13865647 or 5336364. OLE color: 5336364.

HSL color Cylindrical-coordinate representation of color #2C6D51: hue angle of 154.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6D51 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 109 81 -
CMYK 0.60 0 0.26 0.57
HSL 154.15º 0.42% 0.3% -
HSV(B) 154.15º 0.6% 0.43% -
XYZ 7.99 12.07 9.69 -
YUV 86.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 44 109 81 0.60 0 0.26 0.57 154.15 0.42 0.3
Hex 2C 6D 51 3C 0 1A 39 9A 2A 1E
Octal 54 155 121 74 0 32 71 232 52 36
Binary 101100 1101101 1010001 111100 0 11010 111001 10011010 101010 11110

Color Harmonies of #2C6D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6D51

Black with #2C6D51

Text Example


Text Example

White with #2C6D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,109,81); }

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

background-color css

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

 a { background-color: rgb(44,109,81); }

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

border-color css

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

 span { border-color: rgb(44,109,81); }

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