#2B835D

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

Shades of Sea Green #2B835D

Tints of Sea Green #2B835D

Color information

#2B835D (or 0x2B835D) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 5D. RGB value is (43,131,93). Sum of RGB (Red+Green+Blue) = 43+131+93=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #2B835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B835D is #D47CA2. Grayscale: #646464. Windows color (decimal): -13925539 or 6128427. OLE color: 6128427.

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

Color convert

RGB4313193-
CMYK0.6700.290.49
HSL154.09º50.57%34.12%-
HSV(B)154.09º67.18%51.37%-
XYZ11.0917.5413.16-
YUV100.36123.8587.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=16.10%
G=49.06%
B=34.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131930.6700.290.49154.0950.5734.12
Hex2B835D4301D319a3322
Octal53203135103035612326342
Binary101011100000111011101100001101110111000110011010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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