#2B8561

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

Shades of Sea Green #2B8561

Tints of Sea Green #2B8561

Color information

#2B8561 (or 0x2B8561) is unknown color: approx Sea Green. HEX triplet: 2B, 85 and 61. RGB value is (43,133,97). Sum of RGB (Red+Green+Blue) = 43+133+97=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8561 is #D47A9E. Grayscale: #666666. Windows color (decimal): -13925023 or 6391083. OLE color: 6391083.

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

Color convert

RGB4313397-
CMYK0.6800.270.48
HSL156º51.14%34.51%-
HSV(B)156º67.67%52.16%-
XYZ11.5418.1514.2-
YUV101.99125.1885.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.75%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=15.75%
G=48.72%
B=35.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43133970.6800.270.4815651.1434.51
Hex2B85614401B309c3323
Octal53205141104033602346343
Binary101011100001011100001100010001101111000010011100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,97); }

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

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

 a { background-color: rgb(43,133,97); }

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

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

 span { border-color: rgb(43,133,97); }

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