#2D8661

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

Shades of Sea Green #2D8661

Tints of Sea Green #2D8661

Color information

#2D8661 (or 0x2D8661) is unknown color: approx Sea Green. HEX triplet: 2D, 86 and 61. RGB value is (45,134,97). Sum of RGB (Red+Green+Blue) = 45+134+97=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8661 is #D2799E. Grayscale: #676767. Windows color (decimal): -13793695 or 6391341. OLE color: 6391341.

HSL color Cylindrical-coordinate representation of color #2D8661: hue angle of 155.06º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8661 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB4513497-
CMYK0.6600.280.47
HSL155.06º49.72%35.1%-
HSV(B)155.06º66.42%52.55%-
XYZ11.7618.4714.25-
YUV103.17124.5186.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.30%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=16.30%
G=48.55%
B=35.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45134970.6600.280.47155.0649.7235.1
Hex2D86614201C2F9b3223
Octal55206141102034572336243
Binary101101100001101100001100001001110010111110011011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,134,97); }

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

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

 a { background-color: rgb(45,134,97); }

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

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

 span { border-color: rgb(45,134,97); }

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