#2D875F

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

Shades of Sea Green #2D875F

Tints of Sea Green #2D875F

Color information

#2D875F (or 0x2D875F) is unknown color: approx Sea Green. HEX triplet: 2D, 87 and 5F. RGB value is (45,135,95). Sum of RGB (Red+Green+Blue) = 45+135+95=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #2D875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D875F is #D278A0. Grayscale: #676767. Windows color (decimal): -13793441 or 6260525. OLE color: 6260525.

HSL color Cylindrical-coordinate representation of color #2D875F: hue angle of 153.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D875F is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB4513595-
CMYK0.6700.300.47
HSL153.33º50%35.29%-
HSV(B)153.33º66.67%52.94%-
XYZ11.8118.7113.82-
YUV103.53123.1886.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.36%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=16.36%
G=49.09%
B=34.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45135950.6700.300.47153.335035.29
Hex2D875F4301E2F993223
Octal55207137103036572316243
Binary101101100001111011111100001101111010111110011001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,135,95); }

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

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

 a { background-color: rgb(45,135,95); }

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

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

 span { border-color: rgb(45,135,95); }

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