#2D8654

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

Shades of Sea Green #2D8654

Tints of Sea Green #2D8654

Color information

#2D8654 (or 0x2D8654) is unknown color: approx Sea Green. HEX triplet: 2D, 86 and 54. RGB value is (45,134,84). Sum of RGB (Red+Green+Blue) = 45+134+84=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8654 is #D279AB. Grayscale: #656565. Windows color (decimal): -13793708 or 5539373. OLE color: 5539373.

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

Color convert

RGB4513484-
CMYK0.6600.370.47
HSL146.29º49.72%35.1%-
HSV(B)146.29º66.42%52.55%-
XYZ11.2118.2511.32-
YUV101.69118.0187.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=17.11%
G=50.95%
B=31.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45134840.6600.370.47146.2949.7235.1
Hex2D8654420252F923223
Octal55206124102045572226243
Binary1011011000011010101001000010010010110111110010010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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