#2B904E

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

Shades of Sea Green #2B904E

Tints of Sea Green #2B904E

Color information

#2B904E (or 0x2B904E) is unknown color: approx Sea Green. HEX triplet: 2B, 90 and 4E. RGB value is (43,144,78). Sum of RGB (Red+Green+Blue) = 43+144+78=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #2B904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B904E is #D46FB1. Grayscale: #6A6A6A. Windows color (decimal): -13922226 or 5148715. OLE color: 5148715.

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

Color convert

RGB4314478-
CMYK0.7000.460.44
HSL140.79º54.01%36.67%-
HSV(B)140.79º70.14%56.47%-
XYZ12.3421.0110.61-
YUV106.28112.0482.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.23%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=16.23%
G=54.34%
B=29.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43144780.7000.460.44140.7954.0136.67
Hex2B904E4602E2C8d3625
Octal53220116106056542156645
Binary1010111001000010011101000110010111010110010001101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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