#2C834A

Color #2C834A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2C834A

Tints of Sea Green #2C834A

Color information

#2C834A (or 0x2C834A) is unknown color: approx Sea Green. HEX triplet: 2C, 83 and 4A. RGB value is (44,131,74). Sum of RGB (Red+Green+Blue) = 44+131+74=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #2C834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C834A is #D37CB5. Grayscale: #626262. Windows color (decimal): -13860022 or 4883244. OLE color: 4883244.

HSL color Cylindrical-coordinate representation of color #2C834A: hue angle of 140.69º degrees, saturation: 0.5, 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 #2C834A is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB4413174-
CMYK0.6600.440.49
HSL140.69º49.71%34.31%-
HSV(B)140.69º66.41%51.37%-
XYZ10.3917.269.26-
YUV98.49114.1889.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=17.67%
G=52.61%
B=29.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44131740.6600.440.49140.6949.7134.31
Hex2C834A4202C318d3222
Octal54203112102054612156242
Binary1011001000001110010101000010010110011000110001101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,131,74); }

 H1.HeaderClassName
 {
   color: #2C834A;
 }
 .AnyTagClassName
 {
   color: #2C834A;
 }
</style>
background-color css

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

 a { background-color: rgb(44,131,74); }

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

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

 span { border-color: rgb(44,131,74); }

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