#2B825F

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

Shades of Sea Green #2B825F

Tints of Sea Green #2B825F

Color information

#2B825F (or 0x2B825F) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 5F. RGB value is (43,130,95). Sum of RGB (Red+Green+Blue) = 43+130+95=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #2B825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B825F is #D47DA0. Grayscale: #646464. Windows color (decimal): -13925793 or 6259243. OLE color: 6259243.

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

Color convert

RGB4313095-
CMYK0.6700.270.49
HSL155.86º50.29%33.92%-
HSV(B)155.86º66.92%50.98%-
XYZ11.0417.3113.58-
YUV100125.1887.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=16.04%
G=48.51%
B=35.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130950.6700.270.49155.8650.2933.92
Hex2B825F4301B319c3222
Octal53202137103033612346242
Binary101011100000101011111100001101101111000110011100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,95); }

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

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

 a { background-color: rgb(43,130,95); }

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

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

 span { border-color: rgb(43,130,95); }

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