#2B9457

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

Shades of Sea Green #2B9457

Tints of Sea Green #2B9457

Color information

#2B9457 (or 0x2B9457) is unknown color: approx Sea Green. HEX triplet: 2B, 94 and 57. RGB value is (43,148,87). Sum of RGB (Red+Green+Blue) = 43+148+87=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9457 is #D46BA8. Grayscale: #6D6D6D. Windows color (decimal): -13921193 or 5739563. OLE color: 5739563.

HSL color Cylindrical-coordinate representation of color #2B9457: hue angle of 145.14º 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 #2B9457 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB4314887-
CMYK0.7100.410.42
HSL145.14º54.97%37.45%-
HSV(B)145.14º70.95%58.04%-
XYZ13.3122.3812.64-
YUV109.65115.2180.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.47%
GREEN value IS 148 (58.20% from 255) = 53.24%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=15.47%
G=53.24%
B=31.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43148870.7100.410.42145.1454.9737.45
Hex2B9457470292A913725
Octal53224127107051522216745
Binary1010111001010010101111000111010100110101010010001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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