Html Css Color HEX #2C6051 Evening Sea

📋 copy color: '#2C6051'

red 44 ◦ green 96 ◦ blue 81

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

Shades of Evening Sea #2C6051

Tints of Evening Sea #2C6051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

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

R = 19.91%
G = 43.44%
B = 36.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#2C6051 (or 0x2C6051) is known color: Evening Sea. HEX triplet: 2C, 60 and 51. RGB value is (44,96,81). Sum of RGB (Red+Green+Blue) = 44+96+81=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6051 is #D39FAE. Grayscale: #4E4E4E. Windows color (decimal): -13868975 or 5333036. OLE color: 5333036.

HSL color Cylindrical-coordinate representation of color #2C6051: hue angle of 162.69º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C6051 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 81 -
CMYK 0.54 0 0.16 0.62
HSL 162.69º 0.37% 0.27% -
HSV(B) 162.69º 0.54% 0.38% -
XYZ 6.71 9.5 9.26 -
YUV 78.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 44 96 81 0.54 0 0.16 0.62 162.69 0.37 0.27
Hex 2C 60 51 36 0 10 3E A3 25 1B
Octal 54 140 121 66 0 20 76 243 45 33
Binary 101100 1100000 1010001 110110 0 10000 111110 10100011 100101 11011

Color Harmonies of #2C6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6051

Black with #2C6051

Text Example


Text Example

White with #2C6051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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