#2B8362

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

Shades of Sea Green #2B8362

Tints of Sea Green #2B8362

Color information

#2B8362 (or 0x2B8362) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 62. RGB value is (43,131,98). Sum of RGB (Red+Green+Blue) = 43+131+98=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8362 is #D47C9D. Grayscale: #646464. Windows color (decimal): -13925534 or 6456107. OLE color: 6456107.

HSL color Cylindrical-coordinate representation of color #2B8362: hue angle of 157.5º 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 #2B8362 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB4313198-
CMYK0.6700.250.49
HSL157.5º50.57%34.12%-
HSV(B)157.5º67.18%51.37%-
XYZ11.3217.6314.36-
YUV100.93126.3586.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.81%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=15.81%
G=48.16%
B=36.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131980.6700.250.49157.550.5734.12
Hex2B836243019319e3322
Octal53203142103031612366342
Binary101011100000111100010100001101100111000110011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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