#2D8553

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

Shades of Sea Green #2D8553

Tints of Sea Green #2D8553

Color information

#2D8553 (or 0x2D8553) is unknown color: approx Sea Green. HEX triplet: 2D, 85 and 53. RGB value is (45,133,83). Sum of RGB (Red+Green+Blue) = 45+133+83=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8553 is #D27AAC. Grayscale: #656565. Windows color (decimal): -13793965 or 5473581. OLE color: 5473581.

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

Color convert

RGB4513383-
CMYK0.6600.380.48
HSL145.91º49.44%34.9%-
HSV(B)145.91º66.17%52.16%-
XYZ11.0317.9611.07-
YUV100.99117.8588.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=17.24%
G=50.96%
B=31.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45133830.6600.380.48145.9149.4434.9
Hex2D85534202630923123
Octal55205123102046602226143
Binary1011011000010110100111000010010011011000010010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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