#2D8556

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

Shades of Sea Green #2D8556

Tints of Sea Green #2D8556

Color information

#2D8556 (or 0x2D8556) is unknown color: approx Sea Green. HEX triplet: 2D, 85 and 56. RGB value is (45,133,86). Sum of RGB (Red+Green+Blue) = 45+133+86=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8556 is #D27AA9. Grayscale: #656565. Windows color (decimal): -13793962 or 5670189. OLE color: 5670189.

HSL color Cylindrical-coordinate representation of color #2D8556: hue angle of 147.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8556 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB4513386-
CMYK0.6600.350.48
HSL147.95º49.44%34.9%-
HSV(B)147.95º66.17%52.16%-
XYZ11.151811.69-
YUV101.33119.3587.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.05%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=17.05%
G=50.38%
B=32.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45133860.6600.350.48147.9549.4434.9
Hex2D85564202330943123
Octal55205126102043602246143
Binary1011011000010110101101000010010001111000010010100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,133,86); }

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

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

 a { background-color: rgb(45,133,86); }

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

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

 span { border-color: rgb(45,133,86); }

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