Html Css Color HEX #2B9557 Sea Green

📋 copy color: '#2B9557'

red 43 ◦ green 149 ◦ blue 87

#2B9557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #2B9557

Tints of Sea Green #2B9557

RGB

 RED value IS 43 (17.19% from 255) = 15.41%

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 15.41%
G = 53.41%
B = 31.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#2B9557 (or 0x2B9557) is known color: Sea Green. HEX triplet: 2B, 95 and 57. RGB value is (43,149,87). Sum of RGB (Red+Green+Blue) = 43+149+87=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9557 is #D46AA8. Grayscale: #6E6E6E. Windows color (decimal): -13920937 or 5739819. OLE color: 5739819.

HSL color Cylindrical-coordinate representation of color #2B9557: hue angle of 144.91º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9557 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 87 -
CMYK 0.71 0 0.42 0.42
HSL 144.91º 0.55% 0.38% -
HSV(B) 144.91º 0.71% 0.58% -
XYZ 13.46 22.7 12.69 -
YUV 110.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 43 149 87 0.71 0 0.42 0.42 144.91 0.55 0.38
Hex 2B 95 57 47 0 2A 2A 91 37 26
Octal 53 225 127 107 0 52 52 221 67 46
Binary 101011 10010101 1010111 1000111 0 101010 101010 10010001 110111 100110

Color Harmonies of #2B9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9557

Black with #2B9557

Text Example


Text Example

White with #2B9557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B9557;
 }
 .AnyTagClassName
 {
   color: #2B9557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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