#2B884E

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

Shades of Sea Green #2B884E

Tints of Sea Green #2B884E

Color information

#2B884E (or 0x2B884E) is unknown color: approx Sea Green. HEX triplet: 2B, 88 and 4E. RGB value is (43,136,78). Sum of RGB (Red+Green+Blue) = 43+136+78=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #2B884E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B884E is #D477B1. Grayscale: #656565. Windows color (decimal): -13924274 or 5146667. OLE color: 5146667.

HSL color Cylindrical-coordinate representation of color #2B884E: hue angle of 142.58º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B884E is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB4313678-
CMYK0.6800.430.47
HSL142.58º51.96%35.1%-
HSV(B)142.58º68.38%53.33%-
XYZ11.1818.6710.22-
YUV101.58114.6986.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=16.73%
G=52.92%
B=30.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136780.6800.430.47142.5851.9635.1
Hex2B884E4402B2F8f3423
Octal53210116104053572176443
Binary1010111000100010011101000100010101110111110001111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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