#2C8548

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

Shades of Sea Green #2C8548

Tints of Sea Green #2C8548

Color information

#2C8548 (or 0x2C8548) is unknown color: approx Sea Green. HEX triplet: 2C, 85 and 48. RGB value is (44,133,72). Sum of RGB (Red+Green+Blue) = 44+133+72=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8548 is #D37AB7. Grayscale: #636363. Windows color (decimal): -13859512 or 4752684. OLE color: 4752684.

HSL color Cylindrical-coordinate representation of color #2C8548: hue angle of 138.88º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8548 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB4413372-
CMYK0.6700.460.48
HSL138.88º50.28%34.71%-
HSV(B)138.88º66.92%52.16%-
XYZ10.617.789-
YUV99.44112.5188.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 133 (52.34% from 255) = 53.41%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=17.67%
G=53.41%
B=28.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133720.6700.460.48138.8850.2834.71
Hex2C85484302E308b3223
Octal54205110103056602136243
Binary1011001000010110010001000011010111011000010001011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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