#2B835E

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

Shades of Sea Green #2B835E

Tints of Sea Green #2B835E

Color information

#2B835E (or 0x2B835E) is unknown color: approx Sea Green. HEX triplet: 2B, 83 and 5E. RGB value is (43,131,94). Sum of RGB (Red+Green+Blue) = 43+131+94=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #2B835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B835E is #D47CA1. Grayscale: #646464. Windows color (decimal): -13925538 or 6193963. OLE color: 6193963.

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

Color convert

RGB4313194-
CMYK0.6700.280.49
HSL154.77º50.57%34.12%-
HSV(B)154.77º67.18%51.37%-
XYZ11.1317.5513.39-
YUV100.47124.3587.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=16.04%
G=48.88%
B=35.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43131940.6700.280.49154.7750.5734.12
Hex2B835E4301C319b3322
Octal53203136103034612336342
Binary101011100000111011110100001101110011000110011011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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