#2B9141

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

Shades of Sea Green #2B9141

Tints of Sea Green #2B9141

Color information

#2B9141 (or 0x2B9141) is unknown color: approx Sea Green. HEX triplet: 2B, 91 and 41. RGB value is (43,145,65). Sum of RGB (Red+Green+Blue) = 43+145+65=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9141 is #D46EBE. Grayscale: #696969. Windows color (decimal): -13921983 or 4297003. OLE color: 4297003.

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

Color convert

RGB4314565-
CMYK0.7000.550.43
HSL132.94º54.26%36.86%-
HSV(B)132.94º70.34%56.86%-
XYZ12.0821.158.45-
YUV105.38105.2183.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 145 (57.03% from 255) = 57.31%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=17.00%
G=57.31%
B=25.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43145650.7000.550.43132.9454.2636.86
Hex2B9141460372B853625
Octal53221101106067532056645
Binary1010111001000110000011000110011011110101110000101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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