Html Css Color HEX #2BB478 Medium Sea Green

📋 copy color: '#2BB478'

red 43 ◦ green 180 ◦ blue 120

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

Shades of Medium Sea Green #2BB478

Tints of Medium Sea Green #2BB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 12.54%
G = 52.48%
B = 34.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#2BB478 (or 0x2BB478) is known color: Medium Sea Green. HEX triplet: 2B, B4 and 78. RGB value is (43,180,120). Sum of RGB (Red+Green+Blue) = 43+180+120=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB478 is #D44B87. Grayscale: #848484. Windows color (decimal): -13912968 or 7910443. OLE color: 7910443.

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

Color convert

RGB 43 180 120 -
CMYK 0.76 0 0.33 0.29
HSL 153.72º 0.61% 0.44% -
HSV(B) 153.72º 0.76% 0.71% -
XYZ 20.71 34.51 23.34 -
YUV 132.2 121.11 64.38 -
System Red Green Blue C M Y K H S L
Decimal 43 180 120 0.76 0 0.33 0.29 153.72 0.61 0.44
Hex 2B B4 78 4C 0 21 1D 9A 3D 2C
Octal 53 264 170 114 0 41 35 232 75 54
Binary 101011 10110100 1111000 1001100 0 100001 11101 10011010 111101 101100

Color Harmonies of #2BB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB478

Black with #2BB478

Text Example


Text Example

White with #2BB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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