Html Css Color HEX #2C6951 Evening Sea

📋 copy color: '#2C6951'

red 44 ◦ green 105 ◦ blue 81

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

Shades of Evening Sea #2C6951

Tints of Evening Sea #2C6951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

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

R = 19.13%
G = 45.65%
B = 35.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#2C6951 (or 0x2C6951) is known color: Evening Sea. HEX triplet: 2C, 69 and 51. RGB value is (44,105,81). Sum of RGB (Red+Green+Blue) = 44+105+81=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6951 is #D396AE. Grayscale: #545454. Windows color (decimal): -13866671 or 5335340. OLE color: 5335340.

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

Color convert

RGB 44 105 81 -
CMYK 0.58 0 0.23 0.59
HSL 156.39º 0.41% 0.29% -
HSV(B) 156.39º 0.58% 0.41% -
XYZ 7.58 11.23 9.55 -
YUV 84.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 44 105 81 0.58 0 0.23 0.59 156.39 0.41 0.29
Hex 2C 69 51 3A 0 17 3B 9C 29 1D
Octal 54 151 121 72 0 27 73 234 51 35
Binary 101100 1101001 1010001 111010 0 10111 111011 10011100 101001 11101

Color Harmonies of #2C6951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6951

Black with #2C6951

Text Example


Text Example

White with #2C6951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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