#2D815B

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

Shades of Sea Green #2D815B

Tints of Sea Green #2D815B

Color information

#2D815B (or 0x2D815B) is unknown color: approx Sea Green. HEX triplet: 2D, 81 and 5B. RGB value is (45,129,91). Sum of RGB (Red+Green+Blue) = 45+129+91=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #2D815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D815B is #D27EA4. Grayscale: #636363. Windows color (decimal): -13794981 or 5996845. OLE color: 5996845.

HSL color Cylindrical-coordinate representation of color #2D815B: hue angle of 152.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D815B is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB4512991-
CMYK0.6500.290.49
HSL152.86º48.28%34.12%-
HSV(B)152.86º65.12%50.59%-
XYZ10.8217.0112.61-
YUV99.55123.1789.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.98%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=16.98%
G=48.68%
B=34.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45129910.6500.290.49152.8648.2834.12
Hex2D815B4101D31993022
Octal55201133101035612316042
Binary101101100000011011011100000101110111000110011001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,129,91); }

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

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

 a { background-color: rgb(45,129,91); }

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

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

 span { border-color: rgb(45,129,91); }

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