#2B8948

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

Shades of Sea Green #2B8948

Tints of Sea Green #2B8948

Color information

#2B8948 (or 0x2B8948) is unknown color: approx Sea Green. HEX triplet: 2B, 89 and 48. RGB value is (43,137,72). Sum of RGB (Red+Green+Blue) = 43+137+72=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8948 is #D476B7. Grayscale: #656565. Windows color (decimal): -13924024 or 4753707. OLE color: 4753707.

HSL color Cylindrical-coordinate representation of color #2B8948: hue angle of 138.51º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8948 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB4313772-
CMYK0.6900.470.46
HSL138.51º52.22%35.29%-
HSV(B)138.51º68.61%53.73%-
XYZ11.1118.879.19-
YUV101.48111.3686.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 137 (53.91% from 255) = 54.37%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=17.06%
G=54.37%
B=28.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43137720.6900.470.46138.5152.2235.29
Hex2B89484502F2E8b3423
Octal53211110105057562136443
Binary1010111000100110010001000101010111110111010001011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,137,72); }

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

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

 a { background-color: rgb(43,137,72); }

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

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

 span { border-color: rgb(43,137,72); }

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