Html Css Color HEX #2BB672 Medium Sea Green

📋 copy color: '#2BB672'

red 43 ◦ green 182 ◦ blue 114

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

Shades of Medium Sea Green #2BB672

Tints of Medium Sea Green #2BB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.69%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 12.68%
G = 53.69%
B = 33.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#2BB672 (or 0x2BB672) is known color: Medium Sea Green. HEX triplet: 2B, B6 and 72. RGB value is (43,182,114). Sum of RGB (Red+Green+Blue) = 43+182+114=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB672 is #D4498D. Grayscale: #848484. Windows color (decimal): -13912462 or 7517739. OLE color: 7517739.

HSL color Cylindrical-coordinate representation of color #2BB672: hue angle of 150.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB672 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 114 -
CMYK 0.76 0 0.37 0.29
HSL 150.65º 0.62% 0.44% -
HSV(B) 150.65º 0.76% 0.71% -
XYZ 20.76 35.18 21.62 -
YUV 132.69 117.45 64.03 -
System Red Green Blue C M Y K H S L
Decimal 43 182 114 0.76 0 0.37 0.29 150.65 0.62 0.44
Hex 2B B6 72 4C 0 25 1D 97 3E 2C
Octal 53 266 162 114 0 45 35 227 76 54
Binary 101011 10110110 1110010 1001100 0 100101 11101 10010111 111110 101100

Color Harmonies of #2BB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB672

Black with #2BB672

Text Example


Text Example

White with #2BB672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,114); }

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

background-color css

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

 a { background-color: rgb(43,182,114); }

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

border-color css

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

 span { border-color: rgb(43,182,114); }

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