#2D844E

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

Shades of Sea Green #2D844E

Tints of Sea Green #2D844E

Color information

#2D844E (or 0x2D844E) is unknown color: approx Sea Green. HEX triplet: 2D, 84 and 4E. RGB value is (45,132,78). Sum of RGB (Red+Green+Blue) = 45+132+78=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #2D844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D844E is #D27BB1. Grayscale: #636363. Windows color (decimal): -13794226 or 5145645. OLE color: 5145645.

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

Color convert

RGB4513278-
CMYK0.6600.410.48
HSL142.76º49.15%34.71%-
HSV(B)142.76º65.91%51.76%-
XYZ10.7117.6110.04-
YUV99.83115.6888.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=17.65%
G=51.76%
B=30.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132780.6600.410.48142.7649.1534.71
Hex2D844E42029308f3123
Octal55204116102051602176143
Binary1011011000010010011101000010010100111000010001111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,78); }

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

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

 a { background-color: rgb(45,132,78); }

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

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

 span { border-color: rgb(45,132,78); }

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