#2B825A

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

Shades of Sea Green #2B825A

Tints of Sea Green #2B825A

Color information

#2B825A (or 0x2B825A) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 5A. RGB value is (43,130,90). Sum of RGB (Red+Green+Blue) = 43+130+90=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #2B825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B825A is #D47DA5. Grayscale: #636363. Windows color (decimal): -13925798 or 5931563. OLE color: 5931563.

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

Color convert

RGB4313090-
CMYK0.6700.310.49
HSL152.41º50.29%33.92%-
HSV(B)152.41º66.92%50.98%-
XYZ10.8217.2212.43-
YUV99.43122.6887.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=16.35%
G=49.43%
B=34.22%

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
Decimal43130900.6700.310.49152.4150.2933.92
Hex2B825A4301F31983222
Octal53202132103037612306242
Binary101011100000101011010100001101111111000110011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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