#2D8646

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

Shades of Sea Green #2D8646

Tints of Sea Green #2D8646

Color information

#2D8646 (or 0x2D8646) is unknown color: approx Sea Green. HEX triplet: 2D, 86 and 46. RGB value is (45,134,70). Sum of RGB (Red+Green+Blue) = 45+134+70=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8646 is #D279B9. Grayscale: #646464. Windows color (decimal): -13793722 or 4621869. OLE color: 4621869.

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

Color convert

RGB4513470-
CMYK0.6600.480.47
HSL136.85º49.72%35.1%-
HSV(B)136.85º66.42%52.55%-
XYZ10.7118.058.71-
YUV100.09111.0188.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.07%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=18.07%
G=53.82%
B=28.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45134700.6600.480.47136.8549.7235.1
Hex2D8646420302F893223
Octal55206106102060572116243
Binary1011011000011010001101000010011000010111110001001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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