#2B8355

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

Shades of Sea Green #2B8355

Tints of Sea Green #2B8355

Color information

#2B8355 (or 0x2B8355) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 55. RGB value is (43,131,85). Sum of RGB (Red+Green+Blue) = 43+131+85=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8355 is #D47CAA. Grayscale: #636363. Windows color (decimal): -13925547 or 5604139. OLE color: 5604139.

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

Color convert

RGB4313185-
CMYK0.6700.350.49
HSL148.64º50.57%34.12%-
HSV(B)148.64º67.18%51.37%-
XYZ10.7517.411.39-
YUV99.44119.8587.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 131 (51.56% from 255) = 50.58%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=16.60%
G=50.58%
B=32.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131850.6700.350.49148.6450.5734.12
Hex2B83554302331953322
Octal53203125103043612256342
Binary1010111000001110101011000011010001111000110010101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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