#2B8B58

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

Shades of Sea Green #2B8B58

Tints of Sea Green #2B8B58

Color information

#2B8B58 (or 0x2B8B58) is unknown color: approx Sea Green. HEX triplet: 2B, 8B and 58. RGB value is (43,139,88). Sum of RGB (Red+Green+Blue) = 43+139+88=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B58 is #D474A7. Grayscale: #686868. Windows color (decimal): -13923496 or 5802795. OLE color: 5802795.

HSL color Cylindrical-coordinate representation of color #2B8B58: hue angle of 148.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B58 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB4313988-
CMYK0.6900.370.45
HSL148.12º52.75%35.69%-
HSV(B)148.12º69.06%54.51%-
XYZ11.9919.6812.4-
YUV104.48118.784.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=15.93%
G=51.48%
B=32.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43139880.6900.370.45148.1252.7535.69
Hex2B8B58450252D943524
Octal53213130105045552246544
Binary1010111000101110110001000101010010110110110010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,139,88); }

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

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

 a { background-color: rgb(43,139,88); }

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

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

 span { border-color: rgb(43,139,88); }

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