#2B825D

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

Shades of Sea Green #2B825D

Tints of Sea Green #2B825D

Color information

#2B825D (or 0x2B825D) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 5D. RGB value is (43,130,93). Sum of RGB (Red+Green+Blue) = 43+130+93=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #2B825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B825D is #D47DA2. Grayscale: #636363. Windows color (decimal): -13925795 or 6128171. OLE color: 6128171.

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

Color convert

RGB4313093-
CMYK0.6700.280.49
HSL154.48º50.29%33.92%-
HSV(B)154.48º66.92%50.98%-
XYZ10.9517.2713.11-
YUV99.77124.1887.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=16.17%
G=48.87%
B=34.96%

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
Decimal43130930.6700.280.49154.4850.2933.92
Hex2B825D4301C319a3222
Octal53202135103034612326242
Binary101011100000101011101100001101110011000110011010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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