#2D865F

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

Shades of Sea Green #2D865F

Tints of Sea Green #2D865F

Color information

#2D865F (or 0x2D865F) is unknown color: approx Sea Green. HEX triplet: 2D, 86 and 5F. RGB value is (45,134,95). Sum of RGB (Red+Green+Blue) = 45+134+95=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #2D865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D865F is #D279A0. Grayscale: #676767. Windows color (decimal): -13793697 or 6260269. OLE color: 6260269.

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

Color convert

RGB4513495-
CMYK0.6600.290.47
HSL153.71º49.72%35.1%-
HSV(B)153.71º66.42%52.55%-
XYZ11.6718.4313.77-
YUV102.94123.5186.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.42%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=16.42%
G=48.91%
B=34.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45134950.6600.290.47153.7149.7235.1
Hex2D865F4201D2F9a3223
Octal55206137102035572326243
Binary101101100001101011111100001001110110111110011010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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