#2c8f48

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

Shades of Sea Green #2C8F48

Tints of Sea Green #2C8F48

Color information

#2C8F48 (or 0x2C8F48) is unknown color: approx Sea Green. HEX triplet: 2C, 8F and 48. RGB value is (44,143,72). Sum of RGB (Red+Green+Blue) = 44+143+72=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8F48 is #D370B7. Grayscale: #696969. Windows color (decimal): -13856952 or 4755244. OLE color: 4755244.

HSL color Cylindrical-coordinate representation of color #2C8F48: hue angle of 136.97º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8F48 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB4414372-
CMYK0.6900.500.44
HSL136.97º52.94%36.67%-
HSV(B)136.97º69.23%56.08%-
XYZ12.0320.659.48-
YUV105.3109.284.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.99%
GREEN value IS 143 (56.25% from 255) = 55.21%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=16.99%
G=55.21%
B=27.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44143720.6900.500.44136.9752.9436.67
Hex2C8F48450322C893525
Octal54217110105062542116545
Binary1011001000111110010001000101011001010110010001001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c8f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,143,72); }

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

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

 a { background-color: rgb(44,143,72); }

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

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

 span { border-color: rgb(44,143,72); }

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