#2B895E

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

Shades of Sea Green #2B895E

Tints of Sea Green #2B895E

Color information

#2B895E (or 0x2B895E) is unknown color: approx Sea Green. HEX triplet: 2B, 89 and 5E. RGB value is (43,137,94). Sum of RGB (Red+Green+Blue) = 43+137+94=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #2B895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B895E is #D476A1. Grayscale: #686868. Windows color (decimal): -13924002 or 6195499. OLE color: 6195499.

HSL color Cylindrical-coordinate representation of color #2B895E: hue angle of 152.55º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B895E is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB4313794-
CMYK0.6900.310.46
HSL152.55º52.22%35.29%-
HSV(B)152.55º68.61%53.73%-
XYZ11.9619.2113.67-
YUV103.99122.3684.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=15.69%
G=50%
B=34.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43137940.6900.310.46152.5552.2235.29
Hex2B895E4501F2E993423
Octal53211136105037562316443
Binary101011100010011011110100010101111110111010011001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,137,94); }

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

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

 a { background-color: rgb(43,137,94); }

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

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

 span { border-color: rgb(43,137,94); }

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