Html Css Color HEX #2BB477 Medium Sea Green

📋 copy color: '#2BB477'

red 43 ◦ green 180 ◦ blue 119

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

Shades of Medium Sea Green #2BB477

Tints of Medium Sea Green #2BB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.63%

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 12.57%
G = 52.63%
B = 34.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#2BB477 (or 0x2BB477) is known color: Medium Sea Green. HEX triplet: 2B, B4 and 77. RGB value is (43,180,119). Sum of RGB (Red+Green+Blue) = 43+180+119=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB477 is #D44B88. Grayscale: #848484. Windows color (decimal): -13912969 or 7844907. OLE color: 7844907.

HSL color Cylindrical-coordinate representation of color #2BB477: hue angle of 153.28º degrees, saturation: 0.61, 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 #2BB477 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 119 -
CMYK 0.76 0 0.34 0.29
HSL 153.28º 0.61% 0.44% -
HSV(B) 153.28º 0.76% 0.71% -
XYZ 20.65 34.49 23.02 -
YUV 132.08 120.61 64.46 -
System Red Green Blue C M Y K H S L
Decimal 43 180 119 0.76 0 0.34 0.29 153.28 0.61 0.44
Hex 2B B4 77 4C 0 22 1D 99 3D 2C
Octal 53 264 167 114 0 42 35 231 75 54
Binary 101011 10110100 1110111 1001100 0 100010 11101 10011001 111101 101100

Color Harmonies of #2BB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB477

Black with #2BB477

Text Example


Text Example

White with #2BB477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,119); }

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

background-color css

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

 a { background-color: rgb(43,180,119); }

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

border-color css

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

 span { border-color: rgb(43,180,119); }

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