#2C8D41

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

Shades of Sea Green #2C8D41

Tints of Sea Green #2C8D41

Color information

#2C8D41 (or 0x2C8D41) is unknown color: approx Sea Green. HEX triplet: 2C, 8D and 41. RGB value is (44,141,65). Sum of RGB (Red+Green+Blue) = 44+141+65=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8D41 is #D372BE. Grayscale: #676767. Windows color (decimal): -13857471 or 4295980. OLE color: 4295980.

HSL color Cylindrical-coordinate representation of color #2C8D41: hue angle of 132.99º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D41 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB4414165-
CMYK0.6900.540.45
HSL132.99º52.43%36.27%-
HSV(B)132.99º68.79%55.29%-
XYZ11.5219.978.25-
YUV103.33106.3685.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 65 (25.78% from 255) = 26%
R=17.6%
G=56.4%
B=26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44141650.6900.540.45132.9952.4336.27
Hex2C8D41450362D853424
Octal54215101105066552056444
Binary1011001000110110000011000101011011010110110000101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,141,65); }

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

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

 a { background-color: rgb(44,141,65); }

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

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

 span { border-color: rgb(44,141,65); }

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