#2B8F4E

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

Shades of Sea Green #2B8F4E

Tints of Sea Green #2B8F4E

Color information

#2B8F4E (or 0x2B8F4E) is unknown color: approx Sea Green. HEX triplet: 2B, 8F and 4E. RGB value is (43,143,78). Sum of RGB (Red+Green+Blue) = 43+143+78=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8F4E is #D470B1. Grayscale: #696969. Windows color (decimal): -13922482 or 5148459. OLE color: 5148459.

HSL color Cylindrical-coordinate representation of color #2B8F4E: hue angle of 141º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F4E is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB4314378-
CMYK0.7000.450.44
HSL141º53.76%36.47%-
HSV(B)141º69.93%56.08%-
XYZ12.1920.7110.56-
YUV105.69112.3783.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 143 (56.25% from 255) = 54.17%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=16.29%
G=54.17%
B=29.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43143780.7000.450.4414153.7636.47
Hex2B8F4E4602D2C8d3624
Octal53217116106055542156644
Binary1010111000111110011101000110010110110110010001101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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