Html Css Color HEX #2C8160 Sea Green

📋 copy color: '#2C8160'

red 44 ◦ green 129 ◦ blue 96

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

Shades of Sea Green #2C8160

Tints of Sea Green #2C8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.96%

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 16.36%
G = 47.96%
B = 35.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#2C8160 (or 0x2C8160) is known color: Sea Green. HEX triplet: 2C, 81 and 60. RGB value is (44,129,96). Sum of RGB (Red+Green+Blue) = 44+129+96=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8160 is #D37E9F. Grayscale: #636363. Windows color (decimal): -13860512 or 6324524. OLE color: 6324524.

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

Color convert

RGB 44 129 96 -
CMYK 0.66 0 0.26 0.49
HSL 156.71º 0.49% 0.34% -
HSV(B) 156.71º 0.66% 0.51% -
XYZ 11 17.08 13.78 -
YUV 99.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 44 129 96 0.66 0 0.26 0.49 156.71 0.49 0.34
Hex 2C 81 60 42 0 1A 31 9D 31 22
Octal 54 201 140 102 0 32 61 235 61 42
Binary 101100 10000001 1100000 1000010 0 11010 110001 10011101 110001 100010

Color Harmonies of #2C8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8160

Black with #2C8160

Text Example


Text Example

White with #2C8160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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