Html Css Color HEX #2FB060 Medium Sea Green

📋 copy color: '#2FB060'

red 47 ◦ green 176 ◦ blue 96

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

Shades of Medium Sea Green #2FB060

Tints of Medium Sea Green #2FB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.17%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 14.73%
G = 55.17%
B = 30.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#2FB060 (or 0x2FB060) is known color: Medium Sea Green. HEX triplet: 2F, B0 and 60. RGB value is (47,176,96). Sum of RGB (Red+Green+Blue) = 47+176+96=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB060 is #D04F9F. Grayscale: #808080. Windows color (decimal): -13651872 or 6336559. OLE color: 6336559.

HSL color Cylindrical-coordinate representation of color #2FB060: hue angle of 142.79º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB060 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 96 -
CMYK 0.73 0 0.45 0.31
HSL 142.79º 0.58% 0.44% -
HSV(B) 142.79º 0.73% 0.69% -
XYZ 18.81 32.5 16.35 -
YUV 128.31 109.76 70 -
System Red Green Blue C M Y K H S L
Decimal 47 176 96 0.73 0 0.45 0.31 142.79 0.58 0.44
Hex 2F B0 60 49 0 2D 1F 8F 3A 2C
Octal 57 260 140 111 0 55 37 217 72 54
Binary 101111 10110000 1100000 1001001 0 101101 11111 10001111 111010 101100

Color Harmonies of #2FB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB060

Black with #2FB060

Text Example


Text Example

White with #2FB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,96); }

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

background-color css

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

 a { background-color: rgb(47,176,96); }

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

border-color css

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

 span { border-color: rgb(47,176,96); }

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