#2B845D

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

Shades of Sea Green #2B845D

Tints of Sea Green #2B845D

Color information

#2B845D (or 0x2B845D) is unknown color: approx Sea Green. HEX triplet: 2B, 84 and 5D. RGB value is (43,132,93). Sum of RGB (Red+Green+Blue) = 43+132+93=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #2B845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B845D is #D47BA2. Grayscale: #656565. Windows color (decimal): -13925283 or 6128683. OLE color: 6128683.

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

Color convert

RGB4313293-
CMYK0.6700.300.48
HSL153.71º50.86%34.31%-
HSV(B)153.71º67.42%51.76%-
XYZ11.2217.8113.2-
YUV100.94123.5186.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=16.04%
G=49.25%
B=34.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43132930.6700.300.48153.7150.8634.31
Hex2B845D4301E309a3322
Octal53204135103036602326342
Binary101011100001001011101100001101111011000010011010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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