Html Css Color HEX #2FB478 Medium Sea Green

📋 copy color: '#2FB478'

red 47 ◦ green 180 ◦ blue 120

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

Shades of Medium Sea Green #2FB478

Tints of Medium Sea Green #2FB478

RGB

 RED value IS 47 (18.75% from 255) = 13.54%

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

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

R = 13.54%
G = 51.87%
B = 34.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#2FB478 (or 0x2FB478) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 78. RGB value is (47,180,120). Sum of RGB (Red+Green+Blue) = 47+180+120=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB478 is #D04B87. Grayscale: #858585. Windows color (decimal): -13650824 or 7910447. OLE color: 7910447.

HSL color Cylindrical-coordinate representation of color #2FB478: hue angle of 152.93º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB478 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 120 -
CMYK 0.74 0 0.33 0.29
HSL 152.93º 0.59% 0.45% -
HSV(B) 152.93º 0.74% 0.71% -
XYZ 20.88 34.6 23.35 -
YUV 133.39 120.44 66.38 -
System Red Green Blue C M Y K H S L
Decimal 47 180 120 0.74 0 0.33 0.29 152.93 0.59 0.45
Hex 2F B4 78 4A 0 21 1D 99 3B 2D
Octal 57 264 170 112 0 41 35 231 73 55
Binary 101111 10110100 1111000 1001010 0 100001 11101 10011001 111011 101101

Color Harmonies of #2FB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB478

Black with #2FB478

Text Example


Text Example

White with #2FB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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