#2b9048

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

Shades of Sea Green #2B9048

Tints of Sea Green #2B9048

Color information

#2B9048 (or 0x2B9048) is unknown color: approx Sea Green. HEX triplet: 2B, 90 and 48. RGB value is (43,144,72). Sum of RGB (Red+Green+Blue) = 43+144+72=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9048 is #D46FB7. Grayscale: #696969. Windows color (decimal): -13922232 or 4755499. OLE color: 4755499.

HSL color Cylindrical-coordinate representation of color #2B9048: hue angle of 137.23º 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 #2B9048 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB4314472-
CMYK0.7000.500.44
HSL137.23º54.01%36.67%-
HSV(B)137.23º70.14%56.47%-
XYZ12.1420.939.53-
YUV105.59109.0483.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 144 (56.64% from 255) = 55.60%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=16.60%
G=55.60%
B=27.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43144720.7000.500.44137.2354.0136.67
Hex2B9048460322C893625
Octal53220110106062542116645
Binary1010111001000010010001000110011001010110010001001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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