#2D8354

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

Shades of Sea Green #2D8354

Tints of Sea Green #2D8354

Color information

#2D8354 (or 0x2D8354) is unknown color: approx Sea Green. HEX triplet: 2D, 83 and 54. RGB value is (45,131,84). Sum of RGB (Red+Green+Blue) = 45+131+84=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8354 is #D27CAB. Grayscale: #646464. Windows color (decimal): -13794476 or 5538605. OLE color: 5538605.

HSL color Cylindrical-coordinate representation of color #2D8354: hue angle of 147.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8354 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB4513184-
CMYK0.6600.360.49
HSL147.21º48.86%34.51%-
HSV(B)147.21º65.65%51.37%-
XYZ10.817.4311.18-
YUV99.93119.0188.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.31%
GREEN value IS 131 (51.56% from 255) = 50.38%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=17.31%
G=50.38%
B=32.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131840.6600.360.49147.2148.8634.51
Hex2D83544202431933123
Octal55203124102044612236143
Binary1011011000001110101001000010010010011000110010011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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