#2B8B44

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

Shades of Sea Green #2B8B44

Tints of Sea Green #2B8B44

Color information

#2B8B44 (or 0x2B8B44) is unknown color: approx Sea Green. HEX triplet: 2B, 8B and 44. RGB value is (43,139,68). Sum of RGB (Red+Green+Blue) = 43+139+68=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8B44 is #D474BB. Grayscale: #666666. Windows color (decimal): -13923516 or 4492075. OLE color: 4492075.

HSL color Cylindrical-coordinate representation of color #2B8B44: hue angle of 135.62º 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 #2B8B44 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB4313968-
CMYK0.6900.510.45
HSL135.62º52.75%35.69%-
HSV(B)135.62º69.06%54.51%-
XYZ11.2719.48.62-
YUV102.2108.785.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 139 (54.69% from 255) = 55.6%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=17.2%
G=55.6%
B=27.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43139680.6900.510.45135.6252.7535.69
Hex2B8B44450332D883524
Octal53213104105063552106544
Binary1010111000101110001001000101011001110110110001000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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