#2B9148

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

Shades of Sea Green #2B9148

Tints of Sea Green #2B9148

Color information

#2B9148 (or 0x2B9148) is unknown color: approx Sea Green. HEX triplet: 2B, 91 and 48. RGB value is (43,145,72). Sum of RGB (Red+Green+Blue) = 43+145+72=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9148 is #D46EB7. Grayscale: #6A6A6A. Windows color (decimal): -13921976 or 4755755. OLE color: 4755755.

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

Color convert

RGB4314572-
CMYK0.7000.500.43
HSL137.06º54.26%36.86%-
HSV(B)137.06º70.34%56.86%-
XYZ12.2921.239.58-
YUV106.18108.7182.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=16.54%
G=55.77%
B=27.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43145720.7000.500.43137.0654.2636.86
Hex2B9148460322B893625
Octal53221110106062532116645
Binary1010111001000110010001000110011001010101110001001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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