#2D8563

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

Shades of Sea Green #2D8563

Tints of Sea Green #2D8563

Color information

#2D8563 (or 0x2D8563) is unknown color: approx Sea Green. HEX triplet: 2D, 85 and 63. RGB value is (45,133,99). Sum of RGB (Red+Green+Blue) = 45+133+99=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8563 is #D27A9C. Grayscale: #666666. Windows color (decimal): -13793949 or 6522157. OLE color: 6522157.

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

Color convert

RGB4513399-
CMYK0.6600.260.48
HSL156.82º49.44%34.9%-
HSV(B)156.82º66.17%52.16%-
XYZ11.7218.2314.71-
YUV102.81125.8586.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.25%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=16.25%
G=48.01%
B=35.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45133990.6600.260.48156.8249.4434.9
Hex2D85634201A309d3123
Octal55205143102032602356143
Binary101101100001011100011100001001101011000010011101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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