#2D9446

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

Shades of Sea Green #2D9446

Tints of Sea Green #2D9446

Color information

#2D9446 (or 0x2D9446) is unknown color: approx Sea Green. HEX triplet: 2D, 94 and 46. RGB value is (45,148,70). Sum of RGB (Red+Green+Blue) = 45+148+70=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9446 is #D26BB9. Grayscale: #6C6C6C. Windows color (decimal): -13790138 or 4625453. OLE color: 4625453.

HSL color Cylindrical-coordinate representation of color #2D9446: hue angle of 134.56º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9446 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB4514870-
CMYK0.7000.530.42
HSL134.56º53.37%37.84%-
HSV(B)134.56º69.59%58.04%-
XYZ12.7822.189.4-
YUV108.31106.3882.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=17.11%
G=56.27%
B=26.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45148700.7000.530.42134.5653.3737.84
Hex2D9446460352A873526
Octal55224106106065522076546
Binary1011011001010010001101000110011010110101010000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,148,70); }

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

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

 a { background-color: rgb(45,148,70); }

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

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

 span { border-color: rgb(45,148,70); }

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