#2B8354

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

Shades of Sea Green #2B8354

Tints of Sea Green #2B8354

Color information

#2B8354 (or 0x2B8354) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 54. RGB value is (43,131,84). Sum of RGB (Red+Green+Blue) = 43+131+84=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8354 is #D47CAB. Grayscale: #636363. Windows color (decimal): -13925548 or 5538603. OLE color: 5538603.

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

Color convert

RGB4313184-
CMYK0.6700.360.49
HSL147.95º50.57%34.12%-
HSV(B)147.95º67.18%51.37%-
XYZ10.7117.3911.18-
YUV99.33119.3587.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.67%
GREEN value IS 131 (51.56% from 255) = 50.78%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=16.67%
G=50.78%
B=32.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131840.6700.360.49147.9550.5734.12
Hex2B83544302431943322
Octal53203124103044612246342
Binary1010111000001110101001000011010010011000110010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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