#2D894F

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

Shades of Sea Green #2D894F

Tints of Sea Green #2D894F

Color information

#2D894F (or 0x2D894F) is unknown color: approx Sea Green. HEX triplet: 2D, 89 and 4F. RGB value is (45,137,79). Sum of RGB (Red+Green+Blue) = 45+137+79=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #2D894F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D894F is #D276B0. Grayscale: #676767. Windows color (decimal): -13792945 or 5212461. OLE color: 5212461.

HSL color Cylindrical-coordinate representation of color #2D894F: hue angle of 142.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D894F is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB4513779-
CMYK0.6700.420.46
HSL142.17º50.55%35.69%-
HSV(B)142.17º67.15%53.73%-
XYZ11.4419.0110.46-
YUV102.88114.5286.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 137 (53.91% from 255) = 52.49%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=17.24%
G=52.49%
B=30.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137790.6700.420.46142.1750.5535.69
Hex2D894F4302A2E8e3324
Octal55211117103052562166344
Binary1011011000100110011111000011010101010111010001110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,79); }

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

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

 a { background-color: rgb(45,137,79); }

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

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

 span { border-color: rgb(45,137,79); }

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