#2B884C

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

Shades of Sea Green #2B884C

Tints of Sea Green #2B884C

Color information

#2B884C (or 0x2B884C) is unknown color: approx Sea Green. HEX triplet: 2B, 88 and 4C. RGB value is (43,136,76). Sum of RGB (Red+Green+Blue) = 43+136+76=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #2B884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B884C is #D477B3. Grayscale: #656565. Windows color (decimal): -13924276 or 5015595. OLE color: 5015595.

HSL color Cylindrical-coordinate representation of color #2B884C: hue angle of 141.29º 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 #2B884C is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB4313676-
CMYK0.6800.440.47
HSL141.29º51.96%35.1%-
HSV(B)141.29º68.38%53.33%-
XYZ11.118.649.85-
YUV101.35113.6986.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=16.86%
G=53.33%
B=29.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136760.6800.440.47141.2951.9635.1
Hex2B884C4402C2F8d3423
Octal53210114104054572156443
Binary1010111000100010011001000100010110010111110001101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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