#2D855D

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

Shades of Sea Green #2D855D

Tints of Sea Green #2D855D

Color information

#2D855D (or 0x2D855D) is unknown color: approx Sea Green. HEX triplet: 2D, 85 and 5D. RGB value is (45,133,93). Sum of RGB (Red+Green+Blue) = 45+133+93=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #2D855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D855D is #D27AA2. Grayscale: #666666. Windows color (decimal): -13793955 or 6128941. OLE color: 6128941.

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

Color convert

RGB4513393-
CMYK0.6600.300.48
HSL152.73º49.44%34.9%-
HSV(B)152.73º66.17%52.16%-
XYZ11.4518.1213.25-
YUV102.13122.8587.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.61%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=16.61%
G=49.08%
B=34.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45133930.6600.300.48152.7349.4434.9
Hex2D855D4201E30993123
Octal55205135102036602316143
Binary101101100001011011101100001001111011000010011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,133,93); }

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

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

 a { background-color: rgb(45,133,93); }

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

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

 span { border-color: rgb(45,133,93); }

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