#2D8463

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

Shades of Sea Green #2D8463

Tints of Sea Green #2D8463

Color information

#2D8463 (or 0x2D8463) is unknown color: approx Sea Green. HEX triplet: 2D, 84 and 63. RGB value is (45,132,99). Sum of RGB (Red+Green+Blue) = 45+132+99=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8463 is #D27B9C. Grayscale: #666666. Windows color (decimal): -13794205 or 6521901. OLE color: 6521901.

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

Color convert

RGB4513299-
CMYK0.6600.250.48
HSL157.24º49.15%34.71%-
HSV(B)157.24º65.91%51.76%-
XYZ11.5917.9614.66-
YUV102.22126.1887.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.30%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=16.30%
G=47.83%
B=35.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132990.6600.250.48157.2449.1534.71
Hex2D846342019309d3123
Octal55204143102031602356143
Binary101101100001001100011100001001100111000010011101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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