Html Css Color HEX #2BB271 Medium Sea Green

📋 copy color: '#2BB271'

red 43 ◦ green 178 ◦ blue 113

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

Shades of Medium Sea Green #2BB271

Tints of Medium Sea Green #2BB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.29%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 12.87%
G = 53.29%
B = 33.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#2BB271 (or 0x2BB271) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 71. RGB value is (43,178,113). Sum of RGB (Red+Green+Blue) = 43+178+113=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB271 is #D44D8E. Grayscale: #828282. Windows color (decimal): -13913487 or 7451179. OLE color: 7451179.

HSL color Cylindrical-coordinate representation of color #2BB271: hue angle of 151.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB271 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 178 113 -
CMYK 0.76 0 0.37 0.30
HSL 151.11º 0.61% 0.43% -
HSV(B) 151.11º 0.76% 0.7% -
XYZ 19.9 33.55 21.05 -
YUV 130.23 118.27 65.79 -
System Red Green Blue C M Y K H S L
Decimal 43 178 113 0.76 0 0.37 0.30 151.11 0.61 0.43
Hex 2B B2 71 4C 0 25 1E 97 3D 2B
Octal 53 262 161 114 0 45 36 227 75 53
Binary 101011 10110010 1110001 1001100 0 100101 11110 10010111 111101 101011

Color Harmonies of #2BB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB271

Black with #2BB271

Text Example


Text Example

White with #2BB271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,178,113); }

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

background-color css

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

 a { background-color: rgb(43,178,113); }

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

border-color css

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

 span { border-color: rgb(43,178,113); }

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