#2D8A4F

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

Shades of Sea Green #2D8A4F

Tints of Sea Green #2D8A4F

Color information

#2D8A4F (or 0x2D8A4F) is unknown color: approx Sea Green. HEX triplet: 2D, 8A and 4F. RGB value is (45,138,79). Sum of RGB (Red+Green+Blue) = 45+138+79=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A4F is #D275B0. Grayscale: #676767. Windows color (decimal): -13792689 or 5212717. OLE color: 5212717.

HSL color Cylindrical-coordinate representation of color #2D8A4F: hue angle of 141.94º 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 #2D8A4F is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB4513879-
CMYK0.6700.430.46
HSL141.94º50.82%35.88%-
HSV(B)141.94º67.39%54.12%-
XYZ11.5819.310.51-
YUV103.47114.1986.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.18%
GREEN value IS 138 (54.30% from 255) = 52.67%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=17.18%
G=52.67%
B=30.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45138790.6700.430.46141.9450.8235.88
Hex2D8A4F4302B2E8e3324
Octal55212117103053562166344
Binary1011011000101010011111000011010101110111010001110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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