#2B835A

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

Shades of Sea Green #2B835A

Tints of Sea Green #2B835A

Color information

#2B835A (or 0x2B835A) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 5A. RGB value is (43,131,90). Sum of RGB (Red+Green+Blue) = 43+131+90=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #2B835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B835A is #D47CA5. Grayscale: #646464. Windows color (decimal): -13925542 or 5931819. OLE color: 5931819.

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

Color convert

RGB4313190-
CMYK0.6700.310.49
HSL152.05º50.57%34.12%-
HSV(B)152.05º67.18%51.37%-
XYZ10.9617.4812.47-
YUV100.01122.3587.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 131 (51.56% from 255) = 49.62%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=16.29%
G=49.62%
B=34.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131900.6700.310.49152.0550.5734.12
Hex2B835A4301F31983322
Octal53203132103037612306342
Binary101011100000111011010100001101111111000110011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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