Html Css Color HEX #2C6A50 Evening Sea

📋 copy color: '#2C6A50'

red 44 ◦ green 106 ◦ blue 80

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

Shades of Evening Sea #2C6A50

Tints of Evening Sea #2C6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.09%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 19.13%
G = 46.09%
B = 34.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#2C6A50 (or 0x2C6A50) is known color: Evening Sea. HEX triplet: 2C, 6A and 50. RGB value is (44,106,80). Sum of RGB (Red+Green+Blue) = 44+106+80=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A50 is #D395AF. Grayscale: #545454. Windows color (decimal): -13866416 or 5270060. OLE color: 5270060.

HSL color Cylindrical-coordinate representation of color #2C6A50: hue angle of 154.84º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6A50 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 106 80 -
CMYK 0.58 0 0.25 0.58
HSL 154.84º 0.41% 0.29% -
HSV(B) 154.84º 0.58% 0.42% -
XYZ 7.64 11.42 9.39 -
YUV 84.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 44 106 80 0.58 0 0.25 0.58 154.84 0.41 0.29
Hex 2C 6A 50 3A 0 19 3A 9B 29 1D
Octal 54 152 120 72 0 31 72 233 51 35
Binary 101100 1101010 1010000 111010 0 11001 111010 10011011 101001 11101

Color Harmonies of #2C6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6A50

Black with #2C6A50

Text Example


Text Example

White with #2C6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,106,80); }

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

background-color css

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

 a { background-color: rgb(44,106,80); }

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

border-color css

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

 span { border-color: rgb(44,106,80); }

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