#2B804E

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

Shades of Sea Green #2B804E

Tints of Sea Green #2B804E

Color information

#2B804E (or 0x2B804E) is unknown color: approx Sea Green. HEX triplet: 2B, 80 and 4E. RGB value is (43,128,78). Sum of RGB (Red+Green+Blue) = 43+128+78=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #2B804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B804E is #D47FB1. Grayscale: #616161. Windows color (decimal): -13926322 or 5144619. OLE color: 5144619.

HSL color Cylindrical-coordinate representation of color #2B804E: hue angle of 144.71º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B804E is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB4312878-
CMYK0.6600.390.50
HSL144.71º49.71%33.53%-
HSV(B)144.71º66.41%50.2%-
XYZ10.0916.59.86-
YUV96.88117.3489.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=17.27%
G=51.41%
B=31.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43128780.6600.390.50144.7149.7133.53
Hex2B804E4202732913222
Octal53200116102047622216242
Binary1010111000000010011101000010010011111001010010001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,78); }

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

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

 a { background-color: rgb(43,128,78); }

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

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

 span { border-color: rgb(43,128,78); }

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