#2B8360

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

Shades of Sea Green #2B8360

Tints of Sea Green #2B8360

Color information

#2B8360 (or 0x2B8360) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 60. RGB value is (43,131,96). Sum of RGB (Red+Green+Blue) = 43+131+96=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8360 is #D47C9F. Grayscale: #646464. Windows color (decimal): -13925536 or 6325035. OLE color: 6325035.

HSL color Cylindrical-coordinate representation of color #2B8360: hue angle of 156.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8360 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB4313196-
CMYK0.6700.270.49
HSL156.14º50.57%34.12%-
HSV(B)156.14º67.18%51.37%-
XYZ11.2217.5913.87-
YUV100.7125.3586.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=15.93%
G=48.52%
B=35.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131960.6700.270.49156.1450.5734.12
Hex2B83604301B319c3322
Octal53203140103033612346342
Binary101011100000111100000100001101101111000110011100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,131,96); }

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

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

 a { background-color: rgb(43,131,96); }

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

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

 span { border-color: rgb(43,131,96); }

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