#2B944F

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

Shades of Sea Green #2B944F

Tints of Sea Green #2B944F

Color information

#2B944F (or 0x2B944F) is unknown color: approx Sea Green. HEX triplet: 2B, 94 and 4F. RGB value is (43,148,79). Sum of RGB (Red+Green+Blue) = 43+148+79=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #2B944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B944F is #D46BB0. Grayscale: #6C6C6C. Windows color (decimal): -13921201 or 5215275. OLE color: 5215275.

HSL color Cylindrical-coordinate representation of color #2B944F: hue angle of 140.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B944F is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB4314879-
CMYK0.7100.470.42
HSL140.57º54.97%37.45%-
HSV(B)140.57º70.95%58.04%-
XYZ1322.2611.01-
YUV108.74111.2181.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=15.93%
G=54.81%
B=29.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43148790.7100.470.42140.5754.9737.45
Hex2B944F4702F2A8d3725
Octal53224117107057522156745
Binary1010111001010010011111000111010111110101010001101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,148,79); }

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

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

 a { background-color: rgb(43,148,79); }

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

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

 span { border-color: rgb(43,148,79); }

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