#2B825C

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

Shades of Sea Green #2B825C

Tints of Sea Green #2B825C

Color information

#2B825C (or 0x2B825C) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 5C. RGB value is (43,130,92). Sum of RGB (Red+Green+Blue) = 43+130+92=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #2B825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B825C is #D47DA3. Grayscale: #636363. Windows color (decimal): -13925796 or 6062635. OLE color: 6062635.

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

Color convert

RGB4313092-
CMYK0.6700.290.49
HSL153.79º50.29%33.92%-
HSV(B)153.79º66.92%50.98%-
XYZ10.9117.2512.88-
YUV99.66123.6887.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.23%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=16.23%
G=49.06%
B=34.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130920.6700.290.49153.7950.2933.92
Hex2B825C4301D319a3222
Octal53202134103035612326242
Binary101011100000101011100100001101110111000110011010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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