#2C825B

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

Shades of Sea Green #2C825B

Tints of Sea Green #2C825B

Color information

#2C825B (or 0x2C825B) is unknown color: approx Sea Green. HEX triplet: 2C, 82 and 5B. RGB value is (44,130,91). Sum of RGB (Red+Green+Blue) = 44+130+91=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #2C825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C825B is #D37DA4. Grayscale: #636363. Windows color (decimal): -13860261 or 5997100. OLE color: 5997100.

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

Color convert

RGB4413091-
CMYK0.6600.300.49
HSL152.79º49.43%34.12%-
HSV(B)152.79º66.15%50.98%-
XYZ10.9117.2612.65-
YUV99.84123.0188.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=16.60%
G=49.06%
B=34.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44130910.6600.300.49152.7949.4334.12
Hex2C825B4201E31993122
Octal54202133102036612316142
Binary101100100000101011011100001001111011000110011001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,91); }

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

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

 a { background-color: rgb(44,130,91); }

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

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

 span { border-color: rgb(44,130,91); }

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