#2D8655

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

Shades of Sea Green #2D8655

Tints of Sea Green #2D8655

Color information

#2D8655 (or 0x2D8655) is unknown color: approx Sea Green. HEX triplet: 2D, 86 and 55. RGB value is (45,134,85). Sum of RGB (Red+Green+Blue) = 45+134+85=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8655 is #D279AA. Grayscale: #656565. Windows color (decimal): -13793707 or 5604909. OLE color: 5604909.

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

Color convert

RGB4513485-
CMYK0.6600.370.47
HSL146.97º49.72%35.1%-
HSV(B)146.97º66.42%52.55%-
XYZ11.2518.2611.53-
YUV101.8118.5187.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=17.05%
G=50.76%
B=32.20%

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
Decimal45134850.6600.370.47146.9749.7235.1
Hex2D8655420252F933223
Octal55206125102045572236243
Binary1011011000011010101011000010010010110111110010011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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